Closed ppinchuk closed 3 months ago
btw does this close #181? If so you could remove the set / intersect logic from attrs
btw does this close #181? If so you could remove the set / intersect logic from
attrs
I don't think so - I didn't actually mess with the dataset name compilation logic
A lot of the rex
Resource
classes were trying to be their own iterator instances, which can easily cause infinite loops. For example:or for a more verbose option:
This PR forces the iterable
Resource
classes to instead create a unique iterator for every__iter__
invocation, thereby removing the infinite loop issue.