Closed rbturnbull closed 1 year ago
Hi!
numpy >= 1.24.0 now no longer includes the alias to np.float (used on lungmask/utils.py:101). See
To make it work with the current version of numpy, it can be changed to just the regular builtin 'float' or 'np.float64' or 'np.double'. I'll submit a PR with the change to 'float' but you can choose one of the other options if you like.
Hi!
numpy >= 1.24.0 now no longer includes the alias to np.float (used on lungmask/utils.py:101). See
To make it work with the current version of numpy, it can be changed to just the regular builtin 'float' or 'np.float64' or 'np.double'. I'll submit a PR with the change to 'float' but you can choose one of the other options if you like.