Ticket #2260 (closed: worksforme)

Opened 10 years ago

Last modified 5 years ago

Problem with workspace history in workspaces loaded from file

Reported by: Steve Williams Owned by: Russell Taylor
Priority: minor Milestone: Release 3.2
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester: Wenduo Zhou

Description (last modified by Russell Taylor) (diff)

There is a problem loading or saving array properties in workspace histories to file. The resultant workspace from this script has a bad history

Load(Filename="C:/mantid/Test/Data/MAR11001.raw",OutputWorkspace="test")
Rebin(InputWorkspace="test",OutputWorkspace="test",Params="0,10,20000")
SaveNexus('test', 'C:/mantid/delete.nxs')
Load('C:/mantid/delete.nxs', 'badhistory')

Right click on the workspace "badhistory" and select "Show History" the Rebin() command's last argument has been trucated. The workspace history of "test" is correct.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Component changed from Mantid to Framework

comment:2 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

bulk move to assigned at the into of the triage step

comment:3 Changed 7 years ago by Russell Taylor

  • Status changed from assigned to verify
  • Owner set to Russell Taylor
  • Resolution set to worksforme
  • Description modified (diff)

The Rebin algorithm's history record looks OK when I tried it.

comment:4 Changed 7 years ago by Russell Taylor

  • Milestone changed from Backlog to Release 3.2

comment:5 Changed 7 years ago by Wenduo Zhou

  • Status changed from verify to verifying
  • Tester set to Wenduo Zhou

comment:6 Changed 7 years ago by Wenduo Zhou

  • Status changed from verifying to closed

I tested the script and had the same conclusion as Russell.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3107

Note: See TracTickets for help on using tickets.