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

CreateSampleWorkspace with incorrect bin width crashes Mantid #11499

Closed
abuts opened this issue Nov 28, 2014 · 1 comment
Closed

CreateSampleWorkspace with incorrect bin width crashes Mantid #11499

abuts opened this issue Nov 28, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@abuts
Copy link
Member

abuts commented Nov 28, 2014

Run script (or fill in appropriate parameters from GUI)

mono_ws = CreateSampleWorkspace(NumBanks=1, BankPixelWidth=4, NumEvents=10000,XUnit='DeltaE',XMin=-5,XMax=15)

Mantid Dies.

The problem is caused by missing parameter BinWidth having default value 200 in this case. If the value is explicitly set up to 0.1 (physical in this case) everything is ok, but incorrect (default) value should not kill Manitd.

@abuts
Copy link
Member Author

abuts commented Jun 3, 2015

This issue was originally trac ticket 10657

@abuts abuts added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@abuts abuts added this to the Release 3.3 milestone Jun 3, 2015
@abuts abuts closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework 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