Skip to content

Commit 0443a23

Browse files
committed
Refresh reference outputs and clean repo artifacts
1 parent 4cf91ed commit 0443a23

53 files changed

Lines changed: 1424 additions & 1242 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ results/**/rerun_*/
1010
results/reference_outputs.csv
1111
results/ground_truth.csv
1212
results/scenarios.csv
13+
output/
1314

1415
# Paper render scratch outputs. The served paper artifacts live under
1516
# app/public/paper/ and frozen manuscript inputs live under paper/snapshot/.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ administrative truth. It also writes `results/local/scenarios.csv`, and the eval
8383
commands reuse that manifest by default instead of regenerating households from
8484
the current source dataset. Prediction CSVs also get a `.meta.json` sidecar so
8585
resumes only happen against the exact same manifest, model set, and program set.
86-
`policybench ground-truth` remains as a compatibility alias.

RESULTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ policybench analyze --output-dir results/local/analysis
1414
```
1515

1616
The first command writes PolicyEngine reference outputs, not administrative
17-
truth. `policybench ground-truth` remains as a compatibility alias.
17+
truth.
1818

1919
## Full runbook
2020

@@ -53,7 +53,7 @@ for country in us uk; do
5353
cp "$RUN_DIR/$country/no_tools_chunked/by_model/"*.csv "$RUN_DIR/$country/by_model/"
5454
done
5555

56-
python scripts/export_full_run.py --run-dir "$RUN_DIR"
56+
policybench export-full-run --run-dir "$RUN_DIR"
5757
```
5858

5959
For first-pass cost control, run the same commands with `-n 100` in a separate

app/public/paper/policybench.pdf

-414 Bytes
Binary file not shown.
-597 Bytes
Loading
-502 Bytes
Loading

0 commit comments

Comments
 (0)