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
Refactor the _Groupby.group() method while loop in iris.analysis.__init__.py in order to remove the dependency of None elements in the items list variable.
This will involve binding the content of items and groups variables.
Refactor the
_Groupby.group()methodwhileloop iniris.analysis.__init__.pyin order to remove the dependency ofNoneelements in theitemslist variable.This will involve binding the content of
itemsandgroupsvariables.