Contributing#
Regenerating STONE YAML#
Ensure the
boulderConda environment is active.Refresh vendored upstream scripts:
python scripts/download_upstream.py
Regenerate runnable YAML files with sim2stone (via
scripts/generate_examples.py):python scripts/generate_examples.py
Run validation tests:
make test
Generated YAML must conform to the STONE format. For solver
mapping notes (solve_steady, advance_grid, micro_step, etc.) see
Cantera upstream Python examples.