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

Crashes running Plus() on two _different_ nexus workspaces #2853

Closed
mantid-builder opened this issue Nov 30, 2010 · 1 comment
Closed

Crashes running Plus() on two _different_ nexus workspaces #2853

mantid-builder opened this issue Nov 30, 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

Original Owner: @jzikovsky

The script below crashes Mantid. The crash is also seen when the Plus() algorithm is run manually, try with any workspaces loaded from Nexus they must be different but the same size.

p1 = LoadNexus('SANS2D00002500.raw', 'd').workspace()
p2 = LoadNexus('SANS2D00002030.raw', 'e').workspace()

p3 = p1 + p2
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2006

@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