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 cf51fa8 commit 8fce1f6Copy full SHA for 8fce1f6
_test/test_cds.py
@@ -29,5 +29,6 @@ def test_get_cds(tmpdir):
29
assert var in fut.variables
30
for att in ["units", "standard_name"]:
31
if att in ref[var].attrs:
32
+ print(var, att, ref[var].attrs[att], fut[var].attrs[att])
33
assert att in fut[var].attrs
34
assert ref[var].attrs[att] == fut[var].attrs[att]
0 commit comments