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

MedianDetectorTest changes the InputWorkspace #5920

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

MedianDetectorTest changes the InputWorkspace #5920

mantid-builder opened this issue Apr 5, 2012 · 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: @jzikovsky

Original Owner: @jzikovsky

Run this script

LoadEventNexus(Filename=r'/home/8oz/data/TOPAZ_5625_event.nxs',OutputWorkspace='TOPAZ_5625')
Rebin(InputWorkspace='TOPAZ_5625',OutputWorkspace='TOPAZ_5625_1bin',Params='0,20000,20000',PreserveEvents='0')
MedianDetectorTest(InputWorkspace='TOPAZ_5625_1bin',OutputWorkspace='TOPAZ_5625_1bin_tested',HighThreshold='2')

The TOPAZ_5625, and TOPAZ_5625_1bin end up looking grayed out (seems their pixels got masked or something). These were INPUT workspaces so they should not have been modified.

Perhaps the parameter map was copied by reference/pointer instead of cloned???

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 5074

@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 Release 2.1 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