Skip to content

Commit 4135b7e

Browse files
committed
Re-enable test test_grib_get_array
1 parent 61a165f commit 4135b7e

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
@@ -255,7 +255,7 @@ def test_grib_get_error():
255255
eccodes.codes_get(gid, None)
256256

257257

258-
def _test_grib_get_array():
258+
def test_grib_get_array():
259259
gid = eccodes.codes_grib_new_from_samples("reduced_gg_pl_160_grib2")
260260
pl = eccodes.codes_get_array(gid, "pl")
261261
assert pl[0] == 18

0 commit comments

Comments
 (0)