Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Demo Compression & Denoising #2

Open
sharonjsu opened this issue Jan 23, 2019 · 0 comments
Open

Error in Demo Compression & Denoising #2

sharonjsu opened this issue Jan 23, 2019 · 0 comments

Comments

@sharonjsu
Copy link

sharonjsu commented Jan 23, 2019

Importing util_plot throws this error:

from funimag.plots import util_plot

Traceback (most recent call last):

File "dir/anaconda3/envs/funImag/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 2961, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in
from funimag.plots import util_plot

File "dir/funimag/funimag/plots/util_plot.py", line 475
f"{np.where(unique_pix==pure_pix[ii])[0][0]}",
^
SyntaxError: invalid syntax

It seems like a fairly simple error to fix, but I'm not 100% sure what the line of code is aiming to do.

In addition, when I run parts of the demo on the sample movie, I do not end up reproducing the figures. Instead, I obtain the following:
fig1
fig2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant