.PHONY: test

test:
	uv run --extra model python -m pytest tests
