Development & Contributing
๐ ๏ธ Linting
This project uses ruff for fast python linting and formatting.
pip install ruff
ruff check .
๐งช Running Tests
Unit tests live in the tests/ folder. The tests are designed to mock GPU availability if it is missing, so they can run in standard CI environments (like GitHub Actions).
Run them with:
pytest -q
๐ License
This project is released under the MIT License.