We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1f9f5 commit 59eb0e2Copy full SHA for 59eb0e2
test/tst_dap.py
@@ -35,6 +35,9 @@ def runTest(self):
35
ncfile = netCDF4.Dataset(URL_https)
36
assert(ncfile['sst'].long_name=='Sea Surface Temperature')
37
ncfile.close()
38
+ # check for SSL error on linux (issue #1246)
39
+ ncfile=Dataset('https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide//m2.hamtide11a.nc')
40
+
41
42
if __name__ == '__main__':
43
unittest.main()
0 commit comments