Skip to content

Commit c559cf0

Browse files
author
Jeff Whitaker
committed
try ncdump
1 parent 2940e39 commit c559cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ function run_tests {
290290
cp ../netcdf4-python/test/* .
291291
python run_all.py
292292
# add test for netcdf4-python issue #1246 (opendap with ssl)
293-
#URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
293+
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
294294
#python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
295+
ncdump -h $URL
295296
}

0 commit comments

Comments
 (0)