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, Field.subspace sometimes fails for a global cyclic subspace:
>>>importcf>>>f=cf.example_field(0)
>>>f.subspace(X=cf.wi(-180, 180)) # OK<CFField: specific_humidity(latitude(5), longitude(8)) 1>>>>f.subspace(X=cf.wi(-170, 170)) # NOT OK: should give same result as [-180, 180]ValueError: Noindicesfoundfrom: X=<CFQuery: (wi [-170, 170])>