Actions
Bug #11291
closedarraystats fails when numextension is not available
Start date:
10/19/2021
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.6
Show in known bugs:
No
Workaround:
Updated by Anchi Cheng about 3 years ago
- Related to Feature #10986: Speed up super res and counted images by calculating stats on decimated image added
Updated by Anchi Cheng about 3 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to William Rice
Use numpy stats in the exception. This try/except with numextension import inside try is there for those needing to use mrc module on systems where numextension could not be compiled properly. It needs to fall back to using numpy
Actions