Array{Missing}
breaks matrix multiplication in some cases
#39362
Labels
missing data
Base.missing and related functionality
Based on this discourse thread.
In Julia 1.5.3:
Not sure of a bug or using
Array{Missing, 2}
is something to be avoided, but it seems inconsistent that it works on some cases and not in others. IfArray{Union{Missing, Float64}}
is used it always seem to work.The text was updated successfully, but these errors were encountered: