Tyler Gordon

Results 2 issues of Tyler Gordon

Hi @dfm, I'm trying to use numpyro to sample a GP with the SHO kernel as follows: ```python from jax.config import config config.update('jax_enable_x64', True) import jax import jax.numpy as jnp...

Hi, I'm trying to install from source following the directions [here]( https://celerite2.readthedocs.io/en/latest/user/install/). The reason I'm installing from source rather than the pre-compiled binaries is that I'm hoping to try out...

bug