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 0d0c438 commit 93bc2c4Copy full SHA for 93bc2c4
lib/bald/tests/integration/test_cdl.py
@@ -64,8 +64,9 @@ def test_grid_OISST_GHRSST(self):
64
validation = bald.validate_netcdf(tfile)
65
exns = validation.exceptions()
66
exns.sort()
67
- expected = [ 'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
68
- 'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
+ expected = [ 'http://doi.org/10.7289/V5SQ8XB5 is not resolving as a resource (404).',
+ '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,
72
msg='{} \n!= \n{}'.format(exns, expected))
0 commit comments