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
The code is testing that `counts` with two empty input arrays produces
an `ArgumentError`, which is failing because it actually produces a
`MethodError` from a Base function deeper in the call stack. The method
in question here is defined in StatsBase, not in this package, so it's
unclear why this package is testing it to begin with.
0 commit comments