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