Ticket #7628 (closed: worksforme)
Workspace listing ('dock') misbehaviour
Reported by: | Russell Taylor | Owned by: | Federico M Pouzols |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Peterson |
Description
Run this scriptlet and you will get 2 entries of the 'sum' workspace in the MantidPlot workspace listing:
Load(Filename='HYS_13656-13658',OutputWorkspace='sum')
Follow it up by running this:
DeleteWorkspace('sum')
and you will be left with one entry apparently with no name.
{{{print mtd.getObjectNames()}} returns HYS_13656_event_HYS_13657_event_HYS_13658_event?
This may possibly be resolved by #6187 as it appears to relate to inconsistencies in the two places the workspace name is currently stored.
Change History
comment:2 Changed 6 years ago by Federico M Pouzols
- Owner set to Federico M Pouzols
- Status changed from assigned to inprogress
- Milestone changed from Backlog to Release 3.3
comment:3 Changed 6 years ago by Federico M Pouzols
- Status changed from inprogress to verify
- Resolution set to worksforme
I cannot reproduce this issue. It looks as if it had been fixed since it was reported.
Run a Load command as in the ticket description and you'll get a single 'sum' workspace. Delete it and nothing strange will be left behind.
The only glitch that I could see is that at the beginning of the load the name of the workspace being loaded is HYS_13656_hY_13657_..., but it is correctly renamed when it finishes loading. I'd say this is fine.
Bulk move to assigned at the introduction of the triage step