Skip to content

Commit 020c2dd

Browse files
committed
dev
1 parent ce20e41 commit 020c2dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cf/test/test_read_write.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ def test_write_netcdf_mode(self):
346346
if fmt == "NETCDF4_CLASSIC" and ex_field_n in (6, 7):
347347
continue
348348

349+
# Exclude UGRID fields, as we deal with them in
350+
# test_UGRID.py
349351
if ex_field_n in (8, 9, 10):
350352
continue
351353

@@ -418,6 +420,8 @@ def test_write_netcdf_mode(self):
418420
# one operation rather than one at a time, to check that it works.
419421
cf.write(g, tmpfile, fmt=fmt, mode="w") # 1. overwrite to wipe
420422

423+
# Exclude UGRID fields, as we deal with them in
424+
# test_UGRID.py
421425
append_ex_fields = cf.example_fields(0, 1, 2, 3, 4, 5, 6, 7)
422426
del append_ex_fields[1] # note: can remove after Issue #141 closed
423427
if fmt in "NETCDF4_CLASSIC":

0 commit comments

Comments
 (0)