File size: 500 Bytes
fc329a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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/`.