Skip to content

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.