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

Crash when loading/summing files with groups #6662

Closed
martyngigg opened this issue Aug 29, 2012 · 1 comment
Closed

Crash when loading/summing files with groups #6662

martyngigg opened this issue Aug 29, 2012 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@martyngigg
Copy link
Member

Rob Dalgliesh spotted this.

This script reproduces it

#!python
from mantidsimple import *

runlist = ['MUSR00015189.nxs','MUSR00015190.nxs','MUSR00015191.nxs']
output = 'runs'

Load(str(runlist[0]),output)
for i in range(1,len(runlist)):
    Load(str(runlist[i]),"wtemp")
    Plus(output,"wtemp",output)
    mantid.deleteWorkspace("wtemp")

It sometimes only crashes the second time you run it.


Keywords: PATCHCANDIDATE,Released

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 5816

@martyngigg martyngigg added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@martyngigg martyngigg added this to the Release 2.3 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

2 participants