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
I don't think that the generator needs closing here - I can't divine any memory or speed benefit, so I think just deleting that line will suffice. PR to follow.
The text was updated successfully, but these errors were encountered:
At versions 1.8.9.0 to 1.9.0.1,
filter_by_identity
fails whenidentities
returns anitertools.chain
objectIn this case, the
itertools.chain
object is being passed in by cf-python (https://github.com/NCAS-CMS/cf-python/blob/v3.11.0/cf/mixin/propertiesdata.py#L4808).I don't think that the generator needs closing here - I can't divine any memory or speed benefit, so I think just deleting that line will suffice. PR to follow.
The text was updated successfully, but these errors were encountered: