We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101cc04 commit 7d07a37Copy full SHA for 7d07a37
tests/test_dtype/test_npy/test_common.py
@@ -322,7 +322,7 @@ def test_check_json_int() -> None:
322
323
324
def test_check_json_intish_float() -> None:
325
- assert check_json_intish_float(0)
+ assert check_json_intish_float(0.0)
326
assert check_json_intish_float(1.0)
327
assert not check_json_intish_float("0")
328
0 commit comments