You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since collect promises an Array not an AbstractArray I am thinking that the first return is wrong. But I think this should probably be consistent at least. At least I would assume that collect(collect()) == collect
The text was updated successfully, but these errors were encountered:
FelixBenning
changed the title
collect(Iterator.product(offset arrays)) is an OffsetArray but collect (offset_array) is notcollect(Iterator.product(offset arrays)) is an OffsetArray but collect (offset_array) is not
Jun 3, 2023
This seems like a problem with collect using similar to create the destination, instead of using an Array. Could you report this in Julia Base? That's where the fix should go to
So here is a weird thing:
Since
collect
promises anArray
not anAbstractArray
I am thinking that the first return is wrong. But I think this should probably be consistent at least. At least I would assume thatcollect(collect()) == collect
The text was updated successfully, but these errors were encountered: