Running Tests and Tutorial Notebooks
To run the tests or work through the tutorial notebooks, first clone the GRaTeR-JAX repository.
git clone https://github.com/UCSB-Exoplanet-Polarimetry-Lab/GRaTeR-JAX.git
cd grater-jax
The tutorial notebooks are located in:
docs/tutorials/
and can be opened and run from there in Jupyter.
The test suite is located in:
tests/
and can be run from the tests directory with with:
cd tests
pytest