diff --git a/Testing/SystemTests/tests/analysis/ImagingIMATTomoScripts.py b/Testing/SystemTests/tests/analysis/ImagingIMATTomoScripts.py index b3d002f3236ead1c0c7535d1bf012be7101e0343..2dc3da6a51200cc1f3be7ff9ad6cfba5d0abe62c 100644 --- a/Testing/SystemTests/tests/analysis/ImagingIMATTomoScripts.py +++ b/Testing/SystemTests/tests/analysis/ImagingIMATTomoScripts.py @@ -93,7 +93,7 @@ class ImagingIMATTomoTests(unittest.TestCase): # In the Mantid workspaces we have the usual double/float64 values # but reconstruction tools effectively work on float32 - return data_vol.astype(dtype='float32') + return data_vol.astype('float32') def test_scale_down_errors(self): import IMAT.prep as iprep