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
update: I believe this is (mostly) caused by StaticArrays.jl having a bug in its implementation of similar, which did not return a mutable container when eltype is not isbitstype, which is true of Union{Int, Missing}
however, I am still confused about why the above MWE works when idxs = @SVector [1,2,3] (aka, without the UInt)
MWE:
versioninfo:
The text was updated successfully, but these errors were encountered: