From ef21c40101d9509295bb03de0f613cf791aa7872 Mon Sep 17 00:00:00 2001 From: ains-arch Date: Thu, 26 Jun 2025 13:26:14 -0700 Subject: [PATCH] fixed typo in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7ec01..da49eae 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Running a 1,000,000-step reversible ReCom chain with [Virginia precinct data](ht --pop-col TOTPOP \ --rng-seed 94915664 \ --tol 0.01 \ - --batch-size 64 \ + --batch-size 64 \ --variant reversible \ --balance-ub 30 \ --sum-cols G16DPRS G16RPRS G16DHOR G16RHOR G18DSEN G18RSEN > va_revrecom.jsonl @@ -39,7 +39,7 @@ Running a 100,000-step [GerryChain](https://github.com/mggg/gerrychain)-like ReC --pop-col TOTPOP \ --rng-seed 94915664 \ --tol 0.01 \ - --batch-size 1 \ + --batch-size 1 \ --variant cut-edges-ust \ --sum-cols G16DPRS G16RPRS G16DHOR G16RHOR G18DSEN G18RSEN > va_recom.jsonl ```