Ticket #1312 (closed: fixed)
Mantid dock display inaccurate for results of summing 2 groups
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The Mantid workspace dock displays a group called test but also list of the member workspaces outside the group after the following script
LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006492",Cache="Always",LoadLogFiles="0") LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006493",Cache="Always",LoadLogFiles="0") Plus("OFFSPEC00006492","OFFSPEC00006493","test")
Given all the recent trouble with groups this should go into the release I think.
Change History
Note: See
TracTickets for help on using
tickets.
(In [4847]) Results of operations on groups were incorrectly displayed in the Mantid dock as it did things in the opposite order that loading does them and hence the assumptions were invalid. Re #1312