File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ def LooseVersion(vstring):
69
69
has_pooch , requires_pooch = _importorskip ("pooch" )
70
70
_ , requires_rich = _importorskip ("rich" )
71
71
has_regex , requires_regex = _importorskip ("regex" )
72
+ has_pyproj , requires_pyproj = _importorskip ("pyproj" )
Original file line number Diff line number Diff line change 29
29
flag_indep_uint16 ,
30
30
flag_mix ,
31
31
forecast ,
32
- hrrrds ,
33
32
mollwds ,
34
33
multiple ,
35
34
popds ,
45
44
requires_cftime ,
46
45
requires_pint ,
47
46
requires_pooch ,
47
+ requires_pyproj ,
48
48
requires_regex ,
49
49
requires_rich ,
50
50
requires_scipy ,
@@ -1067,8 +1067,9 @@ def test_grid_mappings():
1067
1067
assert "rotated_pole" in ds .coords
1068
1068
1069
1069
1070
+ @requires_pyproj
1070
1071
def test_multiple_grid_mapping_attribute ():
1071
- ds = hrrrds
1072
+ from .. datasets import hrrrds as ds
1072
1073
1073
1074
# Test Dataset grid_mapping_names
1074
1075
# Now includes British National Grid (EPSG:27700) which has grid_mapping_name
You can’t perform that action at this time.
0 commit comments