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

History is lost after ConjoinWorkspaces #7681

Closed
mantid-builder opened this issue Apr 5, 2013 · 1 comment
Closed

History is lost after ConjoinWorkspaces #7681

mantid-builder opened this issue Apr 5, 2013 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Gesner Passos

ConjoinWorkspaces will get just part of the history necessary to construct the workspace. This will make the final result not 'reproducible' in the long term.

Out1 = LoadNexus('16183',SpectrumMin=2,SpectrumMax=10)
Out2 = LoadNexus('16185',SpectrumMin=11,SpectrumMax=20)
ConjoinWorkspaces(Out1,Out2,False)
######################################################################
#Python Script Generated by GeneratePythonScript Algorithm
######################################################################
LoadNexus(Filename=r'/archive/ndxsans2d/Instrument/data/cycle_12_3/SANS2D00016185.nxs',OutputWorkspace='Out2',SpectrumMin='11',SpectrumMax='20')
ConjoinWorkspaces(InputWorkspace1='Out1',InputWorkspace2='Out2',CheckOverlapping='0')

There was some discussion on the History and to change its design, so I thought it would be worth to mention this problem as well.

@mantid-builder mantid-builder added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.4 milestone Jun 3, 2015
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 6835

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
Projects
None yet
Development

No branches or pull requests

2 participants