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
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
See typed_vcat function defintions for AbstractVector & AbstractMatrix. We can fix it by asking typed_vcat to check if any vcat inputs are NullableArrays and, if so, call similar with that input instead of the first.
We need to override
vcat
to fix this inconsistency:The first case is OK, the second one isn't.
By the way, it could make sense to override
promote_rule
too, since ideallyvcat
would use it. Cf. JuliaData/CategoricalArrays.jl#42.The text was updated successfully, but these errors were encountered: