DrChainsaw / NaiveGAflux.jl

Evolve Flux networks from scratch!
MIT License
41 stars 1 forks source link

Fix poking inside Iterators.Stateful for Julia 1.9 compatibility #87

Closed DrChainsaw closed 1 year ago

DrChainsaw commented 1 year ago

This package uses Iterators.Stateful as a markable iterator by mutating its fields. In Julia 1.9 the field taken is changed to remaining causing tests to fail. I suppose the correct fix is to implement an own markable iterator or find a package which has one.