Ticket #7628 (closed: worksforme)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

Bulk move to assigned at the introduction of the triage step

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.

comment:4 Changed 6 years ago by Peter Peterson

  • Status changed from verify to verifying
  • Tester set to Peter Peterson

comment:5 Changed 6 years ago by Peter Peterson

  • Status changed from verifying to closed

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8473

Note: See TracTickets for help on using tickets.