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

some import errors #17

Closed
zhuzhenxi opened this issue Aug 8, 2019 · 1 comment
Closed

some import errors #17

zhuzhenxi opened this issue Aug 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@zhuzhenxi
Copy link
Contributor

1:
https://github.com/xulabs/aitom/blob/master/aitom/pick/dog/particle_picking_dog__util.py
ImportError: No module named 'aitom.tomominer.image.vol.partition' in line 43.
Maybe it should be changed to 'aitom.image.vol.partition' ?
2:
https://github.com/xulabs/aitom/blob/master/aitom/filter/gaussian.py
NameError: name 'fftn' is not defined in line 34. It seems that some modules or functions have not been imported. Currently, tutorial_008 uses dog_smooth instead of dog_smooth__large_map.

@zhuzhenxi zhuzhenxi added the bug Something isn't working label Aug 8, 2019
@xulabs
Copy link
Owner

xulabs commented Aug 8, 2019

  1. please change to aitom.image.vol.partition
  2. from numpy.fft import fftn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants