Use Matfree's continuous integration
To install all test-related dependencies (assuming JAX is installed; if not, run pip install .[cpu]
), execute
pip install .[test]
make test
Install all formatting-related dependencies via
pip install .[format-and-lint]
pre-commit install
make format-and-lint
Install the documentation-related dependencies as
pip install .[doc]
make doc-preview
Check whether the docs can be built correctly via
make doc-build