We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe1010 commit 049e562Copy full SHA for 049e562
tests/test_eccodes.py
@@ -965,7 +965,7 @@ def test_bufr_copy_data():
965
# ---------------------------------------------
966
def test_grib_nearest2():
967
if "codes_grib_nearest_new" not in dir(eccodes):
968
- return
+ pytest.skip("codes_grib_nearest_new absent")
969
gid = eccodes.codes_grib_new_from_samples("gg_sfc_grib2")
970
lat, lon = 40, 20
971
flags = eccodes.CODES_GRIB_NEAREST_SAME_GRID | eccodes.CODES_GRIB_NEAREST_SAME_POINT
0 commit comments