exoplanet-dev / jaxoplanet

Astronomical time series analysis with JAX
https://jax.exoplanet.codes
MIT License
41 stars 12 forks source link

Fixing type annotations for starry Map and removing default period #159

Closed dfm closed 9 months ago

dfm commented 9 months ago

It doesn't really make sense to have a default period of 10^15, when we could instead just handle the case of no rotation using a condition. I fixed that and a few tiny typing issues. Take a look, @lgrcia!

lgrcia commented 9 months ago

You're right, looks good to me!