Skip to content
Snippets Groups Projects
Commit 25c75ad6 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Retry with 1,3 DRange entry

Refs #20763
parent 2fc957cf
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class OSIRISDiffractionReductionTest(unittest.TestCase):
SpectraMin=3,
SpectraMax=361,
DetectDRange=False,
DRange="1-2")
DRange="1,3")
self.assertTrue(isinstance(wks, MatrixWorkspace), 'Result workspace should be a matrix workspace.')
self.assertEqual(wks.getAxis(0).getUnit().unitID(), 'dSpacing')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment