We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd84b9e commit 3d0ad32Copy full SHA for 3d0ad32
1 file changed
typed_python/types_test.py
@@ -2021,7 +2021,7 @@ def test_can_convert_numpy_scalars(self):
2021
def test_other_bitness_types(self):
2022
# verify we can cast around non-64-bit values in a way that matches numpy
2023
typeAndNumpyType = [
2024
- (bool, numpy.bool),
+ (bool, numpy.bool_),
2025
(Int8, numpy.int8),
2026
(Int16, numpy.int16),
2027
(Int32, numpy.int32),
0 commit comments