We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23005cc commit 207c879Copy full SHA for 207c879
1 file changed
tests/test_eccodes.py
@@ -639,6 +639,8 @@ def test_grib_set_bitmap():
639
assert eccodes.codes_get(gid, "numberOfDataPoints") == 100
640
assert eccodes.codes_get(gid, "numberOfCodedValues") == 98
641
assert eccodes.codes_get(gid, "numberOfMissing") == 2
642
+ bmp = eccodes.codes_get_array(gid, "bitmap")
643
+ assert type(bmp[0]) is np.int64
644
eccodes.codes_release(gid)
645
646
0 commit comments