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 summing, saving and loading Nexus. #2932

Closed
mantid-builder opened this issue Dec 16, 2010 · 1 comment
Closed

Problem with summing, saving and loading Nexus. #2932

mantid-builder opened this issue Dec 16, 2010 · 1 comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Steve Williams

The following script fails

LoadNexus(Filename="SANS2D00005512.nxs",OutputWorkspace="2", EntryNumber=2)
LoadNexus(Filename="SANS2D00005512.nxs",OutputWorkspace="3", EntryNumber=3)
Plus(LHSWorkspace="2",RHSWorkspace="3",OutputWorkspace="addition")
SaveNexus("addition", "test.nxs")
LoadNexus("test.nxs", "its_working!")

with

Error in execution of algorithm LoadNexusProcessed:
Attempt to read uninitialized data from /mantid_workspace_1/sample/run_title/value
Error in execution of algorithm LoadNexus:
Attempt to read uninitialized data from /mantid_workspace_1/sample/run_title/value
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2085

@mantid-builder mantid-builder added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Iteration 26 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant