Ticket #2371 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

The workspace display is incorrect after ungrouping and deleting a member

Reported by: Martyn Gigg Owned by: Michael Whitty
Priority: major Milestone: Iteration 28
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Janik Zikovsky

Description

From Rob Dalgliesh

for i in range(7508,7516):
        LoadRaw("L:\RawData\cycle_10_2\offspec0000"+str(i)+".raw","w"+str(i),LoadMonitors="Include")
        UnGroupWorkspace("w"+str(i))
        Mantid.deleteWorkspace("w"+str(i)+"_2")

I assume anything that produces a group will do the same thing.

Change History

comment:1 Changed 10 years ago by Nick Draper

  • Milestone changed from Iteration 27 to Iteration 28

Bulk move of tickets at the end of iteration 27

comment:2 Changed 9 years ago by Nick Draper

  • Owner set to Michael Whitty
  • Status changed from new to assigned

Adjusted script:

for i in range(7508,7516):
        LoadRaw("\\\\isis\inst$\NDXOFFSPEC\Instrument\data\cycle_10_2\offspec0000"+str(i)+".raw","w"+str(i),LoadMonitors="Include")
        UnGroupWorkspace("w"+str(i))
        Mantid.deleteWorkspace("w"+str(i)+"_2")

comment:3 Changed 9 years ago by Michael Whitty

  • Status changed from assigned to accepted

comment:4 Changed 9 years ago by Michael Whitty

(In [10783]) refs #2371 - fix for issue where the workspace list in mantidplot was becoming confused.

comment:5 Changed 9 years ago by Michael Whitty

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:6 Changed 9 years ago by Janik Zikovsky

  • Status changed from verify to verifying
  • Tester set to Janik Zikovsky

comment:7 Changed 9 years ago by Janik Zikovsky

  • Status changed from verifying to closed

Looks to work fine.

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3218

Note: See TracTickets for help on using tickets.