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
I was using using backslash on some SMatrices with Measurements.jl entries and when I used smaller matrices with sizes 2x2 and 3x3 it started to throw an error.
It looks like MArray doesn't work well with non-isbits types, and actually the implementation of \ for 3x3 matrices makes a temporary MArray. I think similar should return SizedArray instead for non-isbits SArray.
I was using using backslash on some SMatrices with Measurements.jl entries and when I used smaller matrices with sizes 2x2 and 3x3 it started to throw an error.
Measurements v2.6.0
StaticArrays v1.2.7
MWE
The text was updated successfully, but these errors were encountered: