Skip to content

Commit

Permalink
Add note to test_Domain RE influence of separate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Apr 22, 2024
1 parent 1d77686 commit 3d1507c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cf/test/test_Domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ def test_Domain_del_construct(self):
d.del_construct("measure:area"), cf.CellMeasure
)

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

0 comments on commit 3d1507c

Please sign in to comment.