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
There is a bug when loading a star file containing a variable number of tilts (for cryoDRGN-ET). We tracked this down to a deprecated behavior in later versions of numpy (e.g. 1.24.4). The code works with previous versions of numpy (e.g. 1.22.3).
The error looks something like this:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (118025,) + inhomogeneous part.
This will be fixed in the next patch release.
The text was updated successfully, but these errors were encountered:
There is a bug when loading a star file containing a variable number of tilts (for cryoDRGN-ET). We tracked this down to a deprecated behavior in later versions of numpy (e.g. 1.24.4). The code works with previous versions of numpy (e.g. 1.22.3).
The error looks something like this:
This will be fixed in the next patch release.
The text was updated successfully, but these errors were encountered: