exoplanet-dev / jaxoplanet

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

feat: allow `None` args in `map_light_curve` #151

Closed lgrcia closed 9 months ago

lgrcia commented 9 months ago

Not essential but this PR allows to have None arguments for the occultor in map_light_curve. Useful to compute only the rotational light curve. It also solves an edge case in float32.

dfm commented 9 months ago

The failure here looks like an unrelated numpyro / numpyro_ext compatibility issue because a new version of numpyro was released yesterday.

soichiro-hattori commented 9 months ago

@lgrcia: I hope you don't mind but I resolved the conflict with the main branch so that this can be merged! I think we should merge if you think it's ready!