Closed carstenbauer closed 1 year ago
Fixed in: https://github.com/m3g/ChunkSplitters.jl/commit/25ea20517d75b00ee71784eb5e75674e6d731743
I'll release v2.0.3 with this fix if that's fine.
The eltype(::Chunk)
was explicitly defined, and since version 2.0.2
we have a consistent return element type that is Tuple(StepRange{Int,Int}, Int}
, so just fixing the definition of eltype(::Chunk)
should be enough.
Thanks!
(cc @Seelengrab)