Skip to content
Snippets Groups Projects
Commit 5e11bb91 authored by Nick Draper's avatar Nick Draper
Browse files

fix a python test that is failing

re #13470
parent 60f894c3
No related merge requests found
......@@ -449,7 +449,7 @@ class SliceViewerPythonInterfaceTest(unittest.TestCase):
sv.setRebinThickness(2, 1.0)
sv.setRebinNumBins(50, 200)
sv.refreshRebin()
sv.setRebinMode(True, True)
sv.setRebinMode(True)
time.sleep(1)
self.assertTrue(mtd.doesExist('uniform_rebinned'), 'Dynamically rebinned workspace was created.')
ws = mtd['uniform_rebinned']
......
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