exoplanet-dev / jaxoplanet

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

test: move multi-precision to general tests + supersede sympy symbolic #218

Closed lgrcia closed 3 weeks ago

lgrcia commented 3 weeks ago

I think the macos tests have troubles with sympy when downgrading to numpy<2 (see #212), which is used in tests mostly superseded by the tests using the multiprecision module. So I reorganized the tests and remove the sympy dependency.