We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1fb93 commit e0ba23bCopy full SHA for e0ba23b
fme/core/test_coordinates.py
@@ -8,6 +8,7 @@
8
HEALPixCoordinates,
9
HybridSigmaPressureCoordinate,
10
LatLonCoordinates,
11
+ e2ghpx,
12
)
13
from fme.core.mask_provider import MaskProvider
14
@@ -239,6 +240,7 @@ def test_healpix_ops_raises_value_error_with_mask():
239
240
healpix_coords.get_gridded_operations(mask_provider=mask_provider)
241
242
243
+@pytest.mark.skipif(e2ghpx is None, reason="earth2grid healpix not available")
244
@pytest.mark.parametrize("pad", [True, False])
245
def test_healpix_coordinates_xyz(pad: bool, very_fast_only: bool):
246
if very_fast_only:
0 commit comments