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 1d77686 commit 3d1507cCopy full SHA for 3d1507c
cf/test/test_Domain.py
@@ -414,6 +414,10 @@ def test_Domain_del_construct(self):
414
d.del_construct("measure:area"), cf.CellMeasure
415
)
416
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
+ #
421
# Test a domain with cyclic axes, to ensure the cyclic() set is
422
# updated accordingly if a cyclic axes is the one removed.
423
e = cf.example_field(2).domain # this has a cyclic axes 'domainaxis2'
0 commit comments