Thank you for taking the time to contribute.
git clone https://github.com/NarimaneBr/path-sim
cd path-sim
pip install -e ".[dev]"pytest
pytest --cov=pathsim # with coverage- Create
pathsim/scenarios/my_scenario.pywith a dataclass that implementsbuild_factors(config). - Register the scenario name and aliases in
pathsim/engine.py(_SCENARIO_ALIASESand_SCENARIO_CLASSES). - Add at least one test in
tests/test_engine.py.
Run ruff check pathsim before submitting. Line length is capped at 100 characters.
Open an issue on GitHub. Include the command you ran, the full error output, and your Python version.