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 305bd21 commit c1c9495Copy full SHA for c1c9495
pysteps/tests/test_exporters.py
@@ -36,6 +36,7 @@ def test_io_export_netcdf_one_member_one_time_step():
36
"""Test the export netcdf."""
37
38
pytest.importorskip('netCDF4')
39
+ pytest.importorskip('pyproj')
40
41
# open a netcdf file
42
root_path = pysteps.rcparams.data_sources["bom"]["root_path"]
0 commit comments