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 7d07a37 commit 38ee2b6Copy full SHA for 38ee2b6
tests/test_dtype/test_npy/test_common.py
@@ -325,6 +325,7 @@ def test_check_json_intish_float() -> None:
325
assert check_json_intish_float(0.0)
326
assert check_json_intish_float(1.0)
327
assert not check_json_intish_float("0")
328
+ assert not check_json_intish_float(1.1)
329
330
331
def test_check_json_str() -> None:
0 commit comments