Ticket #1247 (closed: fixed)
Crash when replacing a WorkspaceGroup in MantidPlot
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
From Rob Dalgliesh, the following script crashes Mantid
for i in range(0,5): LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006492",Cache="Always",LoadLogFiles="0") LoadRaw(Filename="EVS13895.raw",OutputWorkspace="OFFSPEC00006493",Cache="Always",LoadLogFiles="0") Plus("OFFSPEC00006492_1","OFFSPEC00006492_2","test") Plus("OFFSPEC00006493_1","OFFSPEC00006493_2","test")
Change History
Note: See
TracTickets for help on using
tickets.