GregoryREvans/evans

cyc() never unTrue

Closed this issue · 3 comments

There is an error with the cyc() generator in DynamicHandler. Function starts here:

For some reason it cannot be made false. Maybe error in while loop?

In second selection in demo:

handler(second_group)

The second run does not consume the next elements in the cycles, rather it remains on the cycle of the previous run.

Errors not guaranteed to be related, but possible.

Yield consumption fixed, a matter of attachment error.

Fixed.