Skip to content

Commit 3d1507c

Browse files
Add note to test_Domain RE influence of separate bug
1 parent 1d77686 commit 3d1507c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cf/test/test_Domain.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ def test_Domain_del_construct(self):
414414
d.del_construct("measure:area"), cf.CellMeasure
415415
)
416416

417+
# NOTE: this test will fail presently because of a bug which means
418+
# that Field.domain doesn't inherit the cyclic() axes of the
419+
# corresponding Field (see Issue #762) which will be fixed shortly.
420+
#
417421
# Test a domain with cyclic axes, to ensure the cyclic() set is
418422
# updated accordingly if a cyclic axes is the one removed.
419423
e = cf.example_field(2).domain # this has a cyclic axes 'domainaxis2'

0 commit comments

Comments
 (0)