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
Various issues dealing with climatology.py and its test file have been opened. This is an umbrella issue to help keep track of the status of these files.
After much discussion we decided that numpy support will not be necessary in this instance. Since the input requires two variables where one is just the index of the other and outputs two variables where again one is just an index (the new time coordinates are necessary as well as the climatological values), these are not operations that should be done in numpy.
Various issues dealing with
climatology.py
and its test file have been opened. This is an umbrella issue to help keep track of the status of these files.climatology
andanomaly
#265keep_attrs
kwarg to allclimatology.py
functions #314numpy.ndarray
as inputsThe text was updated successfully, but these errors were encountered: