TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
95 stars 41 forks source link

numpy.core deprecated #1839

Open KrisThielemans opened 3 months ago

KrisThielemans commented 3 months ago

Not yet an error

https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/9569076152/job/26380772313#step:14:1288

...../home/runner/install/python/cil/optimisation/functions/MixedL21Norm.py:76: DeprecationWarning: numpy.core is deprecated and has been renamed to numpy._core. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core._exceptions.
  except np.core._exceptions._UFuncInputCastingError: