Change reduce(vcat, itr)
to reduce(vcat, [itr])
#27
This job succeeded
Loading
reduce(vcat, itr)
to reduce(vcat, [itr])
#27