-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from StellarStorm/numpy_dtypes
Update datatypes for Numpy 1.24 Numpy 1.24 deprecated np.bool np.int np.float Attempting to run MedPy raised an AttributeError that these weren't installed (I found this for metrics.hd95) This replaces them with np.bool_, int, and float, respectively, so medpy can continue to work with the latest Numpy. Casts to specific precision (e.g. np.float32) are unchanged
- Loading branch information
Showing
21 changed files
with
1,122 additions
and
1,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.