Soichiro Hattori
Soichiro Hattori
#### Problem description The `periodogram` module is not imported in the `__init__.py` file, making it a bit cumbersome to access directly. This issue would be resolved by adding ```python from...
This PR is an attempt to restructure the docs to make it more organized. I've also added a 'Navigating the docs' section similar to the landing page of [tinygp](https://tinygp.readthedocs.io/en/stable/). Here's...
Relevant for #264, #265. This PR creates a `calc_poly_coeffs` function to approximate any stellar limb-darkening law with an N-th order polynomial (the user can specify N) and return the polynomial...
I think the `test_EB()` test at https://github.com/exoplanet-dev/jaxoplanet/blob/29e45a9e59f22928356e48543ccbb03b653e80bb/tests/starry/light_curve_test.py#L328 is broken and/or some of the `starry` code is showing unintended behavior. 1. flux function is not returning anything ```python def flux_function(time): light_curve(system)(time)...
Even though the `docs_build` test passes, RTD times out at 15 mins now. Nothing substantial should have changed since our last successful merge so it's unclear what's happening right now....
Removing `sphinx-autoapi
_Originally posted by @saigrain in https://github.com/exoplanet-dev/jaxoplanet/issues/269#issuecomment-2834730081_ _This looks great thank you @soichiro-hattori ! I wonder, would it be possible to implement something so that the poly_degree is set automatically to...