Dan Foreman-Mackey
Dan Foreman-Mackey
@editorialbot check references
@editorialbot start review Thanks @warrickball for getting this rolling! Thanks @sybreton and @sblunt for agreeing to review! The main review will happen in a new thread and I'll meet you...
Good find! I expect this has something to do with these multiprocessing hacks in `pymc3-ext`: https://github.com/exoplanet-dev/pymc-ext/blob/ef9bc12b8b16bd0991af70f23c59f1e32d9944be/src/pymc3_ext/sampling/sampling.py#LL100C1-L107C30 PyMC3 has always had some serious issues with multiprocessing on Macs, and I never...
@catrionamurray — Bummer! I'm not too sure what to recommend and I don't have an Intel mac to test this locally. One option for the short term might be to...
Thanks for the report. Unfortunately celerite2's JAX support isn't compatible with the most recent version of JAX yet. You'll need to install `jax
This could have something to do with the communication overhead on your specific system or the load on your CPU from other process. Another option is that this has something...
Good discovery! I think that if you now wrap your script as follows: ```python if __name__ == "__main__": # The rest of the script goes here... ``` Then it'll only...
An update! With the release of JAX v0.4.35 using dot algorithms as an argument for `lax.dot_general` now works (https://github.com/jax-ml/jax/pull/24480)! So perhaps we can try to fix https://github.com/jax-ml/jax/issues/24047 using that?
@rajasekharporeddy — Jake is offline for the next little bit and I'm looking after these docstring update PRs. I'm sorry for missing this yesterday, and please feel free to ping...
@rajasekharporeddy — I believe the that traceback lines still need to be updated. They should start with: ``` Traceback (most recent call last): ``` instead of ``` Traceback: most recent...