Fix #762. The reason for the underlying issue was that the Field.domain attribute called get_domain which was inherited from cfdm, which doesn't have the concept of cyclic axes. So quite similar in terms of cause to #763 (maybe we should check there aren't further cases of cyclic axes not being accounted for, in case other bugs might exist?).
Fix #762. The reason for the underlying issue was that the
Field.domain
attribute calledget_domain
which was inherited fromcfdm
, which doesn't have the concept of cyclic axes. So quite similar in terms of cause to #763 (maybe we should check there aren't further cases of cyclic axes not being accounted for, in case other bugs might exist?).