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
list has been inserted by 2to3, and I initially thought "that's redundant". But then I looked at the docs, and it does specifically say "Given a list of cubes, return a CubeList instance." Is this intentional? So far, every sequence type I've tried appears to work at Iris3.0.1:
On closer inspection, I realise I am reading the docstring of the __new__ method, which we’ve already decided shouldn’t be there. #3264 specifies an iterable of cubes in the __init__ docstring, so that would answer my question.
📚 Documentation
I was reviewing a code change and saw something like
list
has been inserted by2to3
, and I initially thought "that's redundant". But then I looked at the docs, and it does specifically say "Given alist
of cubes, return aCubeList
instance." Is this intentional? So far, every sequence type I've tried appears to work at Iris3.0.1:The text was updated successfully, but these errors were encountered: