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
I think all of these functions could accept 3D arrays of shape (n_voters, n_cands, n_elections) or (n_elections, n_voters, n_cands), whichever makes more sense, and return a list of winners for each election.
I think all of these functions could accept 3D arrays of shape
(n_voters, n_cands, n_elections)
or(n_elections, n_voters, n_cands)
, whichever makes more sense, and return a list of winners for each election.The text was updated successfully, but these errors were encountered: