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 2940e39 commit c559cf0Copy full SHA for c559cf0
config.sh
@@ -290,6 +290,7 @@ function run_tests {
290
cp ../netcdf4-python/test/* .
291
python run_all.py
292
# 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'
+ URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
294
#python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
295
+ ncdump -h $URL
296
}
0 commit comments