Skip to content

Commit f648098

Browse files
committed
Comments
1 parent fde7a09 commit f648098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_eccodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def test_grib_ecc_1007():
584584

585585
def test_grib_set_bitmap():
586586
gid = eccodes.codes_grib_new_from_samples("GRIB2")
587-
# Note: np.Infinity was removed in the NumPy 2.0 release. Use np.inf instead
587+
# Note: np.Infinity was removed in the NumPy 2.0 release
588588
missing = np.inf
589589
eccodes.codes_set(gid, "bitmapPresent", 1)
590590
eccodes.codes_set(gid, "missingValue", missing)

0 commit comments

Comments
 (0)