mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 2 forks source link

Fix out of bounds intensity range issue when plotting from cli #938

Closed MialLewis closed 11 months ago

MialLewis commented 11 months ago

Description of work:

Intensity range should default as a tuple, but this was missed it one place. This PR fixes this.

To test:

Run this script: https://developer.mantidproject.org/Testing/DirectInelastic/MSliceTestGuide.html#the-command-line-interface

Fixes #933