diff --git a/docs/source/release/v3.10.0/sans.rst b/docs/source/release/v3.10.0/sans.rst index 532cfe681128e15c2c6447aa176f8aeebf4f9b06..6bd96df3b4fd500c482aa70e588c474bf3cdc1fc 100644 --- a/docs/source/release/v3.10.0/sans.rst +++ b/docs/source/release/v3.10.0/sans.rst @@ -28,5 +28,6 @@ Bug Fixes - Fixed Batch mode bug where merged reductions set in the GUI were not respected. - Fixed display of current IDF, which was not updated when operating in batch mode. - Fixed a bug where the user could try to save 1D data in the CanSAS format and caused a crash. +- Enabled wavelength-range based reductions in 2D. `Full list of changes on github <http://github.com/mantidproject/mantid/pulls?q=is%3Apr+milestone%3A%22Release+3.10%22+is%3Amerged+label%3A%22Component%3A+SANS%22>`__ diff --git a/scripts/SANS/ISISCommandInterface.py b/scripts/SANS/ISISCommandInterface.py index 1980786e8fe636a271faf18e7fdc73bd762be275..de531bac0a104ea2445f42825e27e7920e9ef022 100644 --- a/scripts/SANS/ISISCommandInterface.py +++ b/scripts/SANS/ISISCommandInterface.py @@ -731,12 +731,6 @@ def CompWavRanges(wavelens, plot=True, combineDet=None, resetSetup=True): _printMessage('CompWavRanges( %s,plot=%s)' % (str(wavelens), plot)) - # this only makes sense for 1D reductions - if ReductionSingleton().to_Q.output_type == '2D': - issueWarning('This wave ranges check is a 1D analysis, ignoring 2D setting') - _printMessage('Set1D()') - ReductionSingleton().to_Q.output_type = '1D' - if not isinstance(wavelens, type([])) or len(wavelens) < 2: if not isinstance(wavelens, type((1,))): raise RuntimeError(