This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 07:16:12 -07:00
parent 674fdc1fe9
commit 458015d214
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -57,7 +57,6 @@ def smith_set_from_rcv(ballots: pl.DataFrame) -> list:
""" """
# return smith_set_brutefrom_pairmaj(pairmaj_from_rcv(rcv_ballots))
return ss_from_pmg(pmg_from_rcv(ballots)) return ss_from_pmg(pmg_from_rcv(ballots))