Ticket #2260 (closed: worksforme)
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: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:5 Changed 7 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
Note: See
TracTickets for help on using
tickets.