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
It works now. There were already tests for it, I guess. I'm a bit confused, though because I was checking on 1.4 and those @inferred tests should be running. nonetheless the fix is in #118
I remembered this PR in base Julia fixing the type inference in
sum(skipmissing(x))
.I tried to do the simple change in that PR and it didn't work. Will this only work in 1.5?
The text was updated successfully, but these errors were encountered: