vcat on SparseVector's of different eltype returns a SparseMatrixCSC on v0.6-rc2 #22225
Labels
bug
Indicates an unexpected problem or unintended behavior
regression
Regression in behavior compared to a previous version
sparse
Sparse arrays
Milestone
I would expect the concatenation of sparse vectors to be a sparse vector but it is not the case when their
eltype
is differentThis is not a regression since the bug is present in Julia v0.5 too
EDIT: The following bug is however a regression:
The text was updated successfully, but these errors were encountered: