From a7f265c10322eb84574bcdfab374c37128665f38 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 02:30:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153f632..5657daa 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ many or large cycles, or especially a large cyclic tie, may perform worse and ar ### Python Package The `smithy` python package primarily provides the function `smith_set(ballot_box_df)` -(defined in `src/smithy/rcv.py`), which returns the smith set given a +(defined in `src/smithy), which returns the smith set given a [polars](https://docs.pola.rs/api/python/stable/reference/index.html) dataframe `ballot_box_df` whose columns are candidates and whose rows are RCV ballots.