Skip to content

Commit 8dcac67

Browse files
committed
added user message about skipping netCDF4 test
1 parent 5793ab7 commit 8dcac67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/run_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from netCDF4 import Dataset
1717
except ImportError:
1818
# remove tests requiring netCDF4
19+
sys.stdout.write("Could not import netCDF4, skipping tests that require netCDF4.\n")
1920
test_files.remove('streamplot_demo.py')
2021
test_files.remove('plotprecip.py')
2122
test_files.remove('test_rotpole.py')

0 commit comments

Comments
 (0)