From e219969711b46d338e1a0c998246de473de204e9 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sun, 3 Jan 2021 01:23:11 +1100 Subject: [PATCH] Expose advanced rounding options in count software --- html/index.html | 28 +++++++ html/index.js | 20 ++++- pyRCV2/method/base_stv.py | 168 +++++++++++++++++++++----------------- tests/test_aec.py | 16 ++-- 4 files changed, 145 insertions(+), 87 deletions(-) diff --git a/html/index.html b/html/index.html index 42a7cc0..dd59484 100644 --- a/html/index.html +++ b/html/index.html @@ -29,12 +29,17 @@ tr.info td { background-color: #edededff; } + i.sep::after { + content: "•"; + color: #ccc; + }
+ + + + + + + + + +
+ +