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
Following #3713 , default Coord units are now all "unknown".
We need to check functions in iris.coord_categorisation + fix where appropriate :
units from the generic add_categorised_coordfunction all default to '1'.
this has not changed from previous (Iris v1/2) behaviour
all the derived specialised add_xxx functions (year, dayofweek etc) now also need a scan, to ensure the results still make sense, and consistent with new expectations
at present, "no unit" is set where needed
we may need to change or augment this by setting '1' where appropriate
probably safest to state explicitly for every case.
The text was updated successfully, but these errors were encountered:
Following #3713 , default Coord units are now all "unknown".
We need to check functions in
iris.coord_categorisation
+ fix where appropriate :add_categorised_coord
function all default to '1'.add_xxx
functions (year, dayofweek etc) now also need a scan, to ensure the results still make sense, and consistent with new expectationsThe text was updated successfully, but these errors were encountered: