Ticket #1411 (closed: fixed)
Algorithms in vanillia python failing should generate a python exception
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
While working on a script to do a full reduction process I have noticed (by looking at the log statements) that one of the algorithms fails. This goes mostly unnoticed by the user since execution continues through the failure without any intervention by the script/user. This will create subtle bugs in the fact that most users won't look for Error in execution of algorithm AlignDetectors and think that the data is ok. What should happen is that the python API should turn this error into a thrown exception.
Change History
comment:1 Changed 10 years ago by Peter Peterson
- Status changed from new to accepted
- Owner set to Peter Peterson
comment:5 Changed 10 years ago by Nick Draper
- Status changed from resolved to verify
moved to verify
comment:7 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.