-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crashing bug when slicing NDCube.
If an axis after the first axis was sliced with a non-native int type, e.g. numpy.int64, the slixing would crash due to missing_axes not being altered. This commit adds support for nupy.int64 and numpy.int32 types.
- Loading branch information
1 parent
37d2db2
commit e176bd6
Showing
2 changed files
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix crashing bug when an NDCube axis after the first is sliced with a numpy.int64. |
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