Ticket #5154 (closed: fixed)
[IDA] ConvFit - Unexpected Exception On Running Sequential Fit
Reported by: | Peter Parker | Owned by: | Peter Parker |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Running sequential fit when no fit function has been selected (either a delta function or lorenztian) throws an unexpected error. A dialog needs to be presented to the user instead, just like in the case of pressing "Run".
In fact, that dialog message is too vague, and should also probably be changed to something like "Check your input: at least one fitting function should be selected".
Attachments
Change History
comment:2 Changed 8 years ago by Peter Parker
Refs #5154 - Implemented better input validation in Fury and ConvFit
In both tabs, users will now be prompted with a more informative dialog on incorrect input.
Exception is now caught and is dealt with via a dialog.
Changeset: ff035743041761de253800eefdb363a552074910
comment:6 Changed 8 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
Closing. Testing details to follow.
comment:7 Changed 8 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
Refs #5154 - Implemented better input validation in Fury and ConvFit
In both tabs, users will now be prompted with a more informative dialog on incorrect input.
Exception is now caught and is dealt with via a dialog.