Ticket #1412 (closed: duplicate)
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: | Nick Draper |
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:2 Changed 10 years ago by Peter Peterson
- Status changed from accepted to testing
- Resolution set to duplicate
Somehow #1411 got double created.
comment:3 Changed 10 years ago by Nick Draper
- Status changed from testing to verify
Moved to verify state
Note: See
TracTickets for help on using
tickets.