Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 492 Bytes

File metadata and controls

19 lines (13 loc) · 492 Bytes

Example model

This python package provides a simple, standalone executable model.

To run the model within the uv environment:

uv sync --all-packages
uv run python -m example_model.example_model packages/example_model/tests/model_input.json

Which will write model_output.json with the results of the run. You can specify a different location with the -o command line argument.

To run the calibration example, run

uv run python -m example_model.calibrate