Skip to content

Commit

Permalink
Merge branch 'develop' into ci/add-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Mar 15, 2024
2 parents 58bc69e + bc278b6 commit 582717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eccodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def test_grib_ecc_1007():

def test_grib_set_bitmap():
gid = eccodes.codes_grib_new_from_samples("GRIB2")
missing = np.Infinity
missing = np.inf
eccodes.codes_set(gid, "bitmapPresent", 1)
eccodes.codes_set(gid, "missingValue", missing)
# Grid with 100 points 2 of which are missing
Expand Down

0 comments on commit 582717d

Please sign in to comment.