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

Bugfix backproject_voxel #371

Closed

Conversation

thorstenwagner
Copy link
Contributor

@thorstenwagner thorstenwagner commented May 7, 2024

Hi,

when we try to run step 4, we encounter several crashes. This fixes them I hope :-) We are currently running a test.

Best,
Thorsten

If you don't do this ,it crashes  in line 309 (if), complaining that the truth of a series is ambiguous.
.max() seems to return numpy integer. It crashes when you try raise by a negative integer, just try: `np.int64(1) ** -1`
@michal-g
Copy link
Collaborator

michal-g commented May 7, 2024

Thanks for pointing this out — I'm going to close this as we already caught these bugs (and some others) last week and will be including these fixes in our 3.3.1 release later this week, which you can preview through our beta release channel:

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ 'cryodrgn>3.3.0' --pre

Nevertheless, please let us know if you find anything else!

@michal-g michal-g closed this May 7, 2024
@michal-g
Copy link
Collaborator

michal-g commented May 7, 2024

Also: if you are interested in the source code for the upcoming v3.3.1 release, it is now available on the develop branch!

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

Successfully merging this pull request may close these issues.

None yet

2 participants