From 458015d214d7ddaab2b1a9590fadcfdb5c25910c Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Mon, 25 May 2026 07:16:12 -0700 Subject: [PATCH] tweak --- src/smithy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smithy/__init__.py b/src/smithy/__init__.py index 96cb85d..61d9a84 100644 --- a/src/smithy/__init__.py +++ b/src/smithy/__init__.py @@ -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))