Skip to content

Commit 08f9726

Browse files
Update the sample generator for version 1.0 (#745)
1 parent 17df78f commit 08f9726

7 files changed

Lines changed: 1290 additions & 521 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ endif
186186
wget https://github.com/microsoft/electionguard/releases/download/v0.95.0/sample-data.zip
187187
unzip -o sample-data.zip
188188

189+
generate-sample-data:
190+
@echo 🔁 GENERATE Sample Data
191+
poetry run python3 src/electionguard_tools/scripts/sample_generator.py -m "hamilton-general" -n $(SAMPLE_BALLOT_COUNT) -s $(SAMPLE_BALLOT_SPOIL_RATE)
192+
189193
# Publish
190194
publish:
191195
poetry publish

0 commit comments

Comments
 (0)