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 ea895aa commit cd88109Copy full SHA for cd88109
lib/bald/tests/integration/test_cdl.py
@@ -64,8 +64,7 @@ def test_grid_OISST_GHRSST(self):
64
validation = bald.validate_netcdf(tfile)
65
exns = validation.exceptions()
66
exns.sort()
67
- expected = ['http://doi.org/10.7289/V5SQ8XB5 is not resolving as a resource (404).',
68
- 'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
+ expected = [ 'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
69
'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
70
expected.sort()
71
self.assertTrue(not validation.is_valid() and exns == expected,
0 commit comments