Ticket #4518 (closed: fixed)
Uncaught exception regarding RTTI is raised when it shouldn't be
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description
On Windows at least, the current version produces an exception with the following code
raw = Load('MAR11015') GetEi(raw, 2,3,11)
It complains about no RTTI.
Change History
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:5 Changed 9 years ago by Karl Palmen
- Status changed from verifying to closed
After adding the system test data directory to the Mantid input directories. The script worked.
Load started Load successful, Duration 1.68 seconds GetEi started Incident energy = 12.9606 meV from initial guess = 11 meV GetEi successful, Duration 0.03 seconds
comment:6 Changed 9 years ago by Martyn Gigg
Refs #4518. Kill RTTI exception when using InOut workspaces.
Changeset: 28100848ce50e6da6b1d1e368d0959acde220f37
Note: See
TracTickets for help on using
tickets.
Refs #4518. Kill RTTI exception when using InOut workspaces.