Actions
Bug #9231
closedran into an error where a float was passed instead of an integer for array index in raster.py
Start date:
07/17/2020
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.4
Show in known bugs:
No
Workaround:
Description
ran into an error where a float was passed instead of an integer for array index in raster.py.
This file has not changed since 2010, so not sure how the new bug arose, but safe to fix anyway.
Updated by Neil Voss over 4 years ago
- Status changed from New to In Code Review
- Assignee changed from Neil Voss to Anchi Cheng
- Priority changed from Normal to Low
Updated by Anchi Cheng about 4 years ago
- Status changed from In Code Review to Closed
Pushed to 3.4
The usage of this has always input float. It might show up because it finally found a case that it could not be converted to integer.
Actions