Ticket #2391 (closed: duplicate)
Workspaces duplicated on ungrouping
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
After running the following script
for i in range(7508,7516): LoadRaw("OFFSPEC"+str(i),"w"+str(i),LoadMonitors="Include") UnGroupWorkspace("w"+str(i)) Mantid.deleteWorkspace("w"+str(i)+"_2")
The workspace names in the workspace list are duplicated, two entries per workspace.
If you query the contents of the ADS, they are only really stored once.
Change History
comment:1 Changed 9 years ago by Nick Draper
- Status changed from new to verify
- Owner set to Nick Draper
- Resolution set to duplicate
comment:2 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
duplicate of #2371