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 fde7a09 commit f648098Copy full SHA for f648098
tests/test_eccodes.py
@@ -584,7 +584,7 @@ def test_grib_ecc_1007():
584
585
def test_grib_set_bitmap():
586
gid = eccodes.codes_grib_new_from_samples("GRIB2")
587
- # Note: np.Infinity was removed in the NumPy 2.0 release. Use np.inf instead
+ # Note: np.Infinity was removed in the NumPy 2.0 release
588
missing = np.inf
589
eccodes.codes_set(gid, "bitmapPresent", 1)
590
eccodes.codes_set(gid, "missingValue", missing)
0 commit comments