Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with workspace history in workspaces loaded from file #3107

Closed
mantid-builder opened this issue Jan 20, 2011 · 1 comment
Closed
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Steve Williams

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.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2260

@mantid-builder mantid-builder added Low Priority Things that you don't ever want to be done. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant