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
In Julia1.7, it does not cast a sparse matrix to a dense matrix.
The text was updated successfully, but these errors were encountered:
fredrikekre
changed the title
[BUG] incorrect matrix type casting in list comprehension
[BUG] incorrect matrix type casting in concatenation
May 29, 2022
See #44096 and in particular discussion in #44096 (comment). See also #43127, which is mentioned in NEWS for release 1.8. Maybe want to use the sparse_cat functions.
This is a bug in nightly, which breaks multiple tests.
In Julia1.7, it does not cast a sparse matrix to a dense matrix.
The text was updated successfully, but these errors were encountered: