Ticket #2096 (closed: fixed)
ConvertToEnergy fails when summing multiple files
Reported by: | Andrei Savici | Owned by: | Stuart Campbell |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
I am running ConvertToEnergy, and try to sum up two files (can be the same for testing purposes). After it loads the first workspace, I get "TypeError on line 11: "sum_files() takes exactly 3 arguments (2 given)" in file 'DirectEnergyConversion.py' at line 541"
Change History
comment:2 Changed 10 years ago by Stuart Campbell
- Status changed from new to accepted
- Owner set to Stuart Campbell
comment:3 Changed 10 years ago by Stuart Campbell
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
Do not try to load the same file. It will go to an infinite loop. See ref #2097