You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file test_imaging.py works as expected, but if I execute the other files, I get various AttributeErrors.
test_free_space_prop.py
AttributeError: module 'pyoptics.propagators' has no attribute 'prop_free_space'
test_wpm.py
ModuleNotFoundError: No module named 'numexpr'
test_propagators.py
If I change plot_image to plot_intensity and the arguments of grid1d from a tuple to single arguments, I still get: ModuleNotFoundError: No module named 'numexpr'
The text was updated successfully, but these errors were encountered:
The file test_imaging.py works as expected, but if I execute the other files, I get various AttributeErrors.
test_free_space_prop.py
AttributeError: module 'pyoptics.propagators' has no attribute 'prop_free_space'
test_wpm.py
ModuleNotFoundError: No module named 'numexpr'
test_propagators.py
If I change
plot_image
toplot_intensity
and the arguments ofgrid1d
from a tuple to single arguments, I still get:ModuleNotFoundError: No module named 'numexpr'
The text was updated successfully, but these errors were encountered: