This repository provides a runnable scaffold for the UCL GW Repro‑Kit. Phase 0 goals:
- minimal, deterministic environment (
environment.yml) make repro-minruns three QA stubs: Flux-Ratio, Lock-Check, Slope-2make baselinesruns lock-check on three frozen baselines (GR/Horndeski/DHOST).
cd ucl-gw
# (optional) conda env create -f environment.yml && conda activate ucl-gw
make repro-min # produces reports/* and figs/*
make baselines # lock-check on three baseline modelsOutputs:
reports/flux_ratio.jsonreports/lock_check.csvreports/slope2.json,reports/nlo_onepager.md,figs/nlo_slope_fit.png
NOTE: All configs are JSON stored in .yaml files (YAML superset) to avoid external parsers in Phase 0.