PepPA / scripts /run_local_example.sh
pranamanam's picture
Upload 97 files
98bde72 verified
Raw
History Blame Contribute Delete
168 Bytes
#!/usr/bin/env bash
set -euo pipefail
python scripts/run_compiled_example.py
peppa plan --output results/experiment_matrix.json
python -m unittest discover -s tests -v