Christopher Krapu
Christopher Krapu
I was interested in using your implementation of the rapid flood spreading method for a niche hydrology model but after some initial testing, it looks like it doesn't satisfy conservation...
### Describe the issue: TL;DR: missing op for CAR on jax backend on PyMC requires small tweak to CAR logp, new jax op in PyTensor. If you try to use...
### Describe the issue: At [this line](https://github.com/pymc-devs/pymc/blob/main/pymc/distributions/multivariate.py#L342), ``` logp = -0.5 * (k * pt.log(2 * np.pi) + quadratic_form) + logdet ``` should be ``` logp = -0.5 * (k...