We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: