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

Mantid crash: Showing details of MaskWorkspaces #10525

Closed
NickDraper opened this issue Jun 18, 2014 · 1 comment
Closed

Mantid crash: Showing details of MaskWorkspaces #10525

NickDraper opened this issue Jun 18, 2014 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

If you click the arrow next to the workspace wsOut after running this script - crash!

import numpy as np

ws=CreateSampleWorkspace()
AddSampleLog(ws,"goodfrm","10","Number")
noisyY =  np.array(ws.readY(0))
noisyY[0]=1e20
ws.setY(50,noisyY)
CreatePSDBleedMask(InputWorkspace='ws', OutputWorkspace='wsOut', MaxTubeFramerate=10, NIgnoredCentralPixels=2)

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 9683

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