-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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_plotFile "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:


Metadata
Metadata
Assignees
Labels
No labels