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
If we look at the relevant methods via methodswith(typeof(sum))
we can track down the actual methods causing the problem. (rather than the kwarg methods)
The particular ones are
I was investigating the BitVector sum test errors on CI and it seems to be related to the method ambiguity test failure.
Upon further inspection, it seems like JuliaLang/julia#49349 is the PR that introduced this error.
test_rrule failure output:
The text was updated successfully, but these errors were encountered: