You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No DeprecationWarnings how when we run tests or during runtime.
Current Behaviour
From PR #2280, we now get DeprecationWarnings for Numpy, an example is given below:
mantidimaging/core/io/test/io_test.py: 172 warnings
mantidimaging/gui/windows/nexus_load_dialog/test/presenter_test.py: 4 warnings
C:\Users\ddb29996\AppData\Local\miniforge3\envs\mantidimaging-dev\lib\site-packages\h5py\_hl\attrs.py:103: DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `prod` instead.
self.create(name, data=value)
NOTE: Some of these warnings may be due to our dependencies rather than from MI code
The text was updated successfully, but these errors were encountered:
Desired Behaviour
No DeprecationWarnings how when we run tests or during runtime.
Current Behaviour
From PR #2280, we now get DeprecationWarnings for
Numpy
, an example is given below:NOTE: Some of these warnings may be due to our dependencies rather than from MI code
The text was updated successfully, but these errors were encountered: