Actions
Bug #1574
closedupload ML Alignment run into DB problem
Start date:
03/02/2012
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Updated by Amber Herold over 12 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Amber Herold to Anchi Cheng
David can test.
The reference based alignment does not give a choice between gaussian and student's T so the parameter does not end up in the pickle file, causing an error during upload.
I have added a couple of lines of code that check for the 'student' parameter and sets it to 0 if it is not present. I am assuming that if the student parameter is not in the pickle file, the student method was not used.
Updated by Anchi Cheng over 12 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Anchi Cheng to David Veesler
code is good
Actions