Skip to content
Snippets Groups Projects
Commit 6d4110f2 authored by Raquel Alvarez's avatar Raquel Alvarez
Browse files

Merge pull request #14960 from mantidproject/fix_ImagingIMATScriptsTest_old_numpys

Fix system test ImagingIMATTomoScripts for older numpy
parents 34a24f93 954f18a9
No related merge requests found
...@@ -93,7 +93,7 @@ class ImagingIMATTomoTests(unittest.TestCase): ...@@ -93,7 +93,7 @@ class ImagingIMATTomoTests(unittest.TestCase):
# In the Mantid workspaces we have the usual double/float64 values # In the Mantid workspaces we have the usual double/float64 values
# but reconstruction tools effectively work on float32 # but reconstruction tools effectively work on float32
return data_vol.astype(dtype='float32') return data_vol.astype('float32')
def test_scale_down_errors(self): def test_scale_down_errors(self):
import IMAT.prep as iprep import IMAT.prep as iprep
......
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