You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At v3.16.2, the following fails in the following way, when it shouldn't:
>>>importcf>>>f=cf.example_field(5)
>>>f.collapse("T: mean within days time: minimum over days", within_days=cf.h(12))
Traceback (mostrecentcalllast):
...
TypeError: unsupportedoperand type(s) for%: 'TimeDuration'and'TimeDuration'
Climatological time collapses "within/over years" seem OK, but here are no units tests for a "within/over days" case!