simplexuq-code / docs /reviewer_quickstart.md
anonymous0523ly's picture
Initial anonymous code release
fc329a3 verified
|
Raw
History Blame Contribute Delete
500 Bytes
# Reviewer Quickstart
1. Place or symlink the `SimplexTasks-12-data` bundle next to this code bundle.
2. Create an environment from `environment.yml` or install the packages listed in
`requirements.txt`.
3. Verify the two-bundle layout:
```bash
python scripts/check_artifact_integrity.py
```
4. Regenerate tables and figures from the frozen cached inputs:
```bash
python scripts/reproduce_tables.py
python scripts/reproduce_figures.py
```
5. Inspect `outputs/tables/` and `outputs/figures/`.