julia icon indicating copy to clipboard operation
julia copied to clipboard

Fix a bug in `stack`'s DimensionMismatch error message

Open mcabbott opened this issue 1 year ago • 0 comments

stack does not require that the inner iterator defines axes, but the code to assemble an error message assumed this.

Found here: https://discourse.julialang.org/t/reduce-hcat-is-type-unstable/112800/3

mcabbott avatar Apr 11 '24 00:04 mcabbott