Skip to content

Commit 8fce1f6

Browse files
committed
tst§
1 parent cf51fa8 commit 8fce1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_test/test_cds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ def test_get_cds(tmpdir):
2929
assert var in fut.variables
3030
for att in ["units", "standard_name"]:
3131
if att in ref[var].attrs:
32+
print(var, att, ref[var].attrs[att], fut[var].attrs[att])
3233
assert att in fut[var].attrs
3334
assert ref[var].attrs[att] == fut[var].attrs[att]

0 commit comments

Comments
 (0)