-
`test_get_fitted_player_model_numpyro` marked as an xfail.
Error is:
```
./airsenal/tests/test_score_predictions.py::test_get_fitted_player_model_numpyro Failed: [undefined]RuntimeError: Cannot…
-
` File "/Users/jkubica/h/superphot-plus/src/superphot_plus/fit_numpyro.py", line 328, in run_mcmc
res = mcmc.run( # pylint: disable=unused-variable
File "/Users/jkubica/opt/anaconda3/envs/sup…
-
I understand that model type - carryover only takes into the consideration the delayed lagged effect (peaks observed can have delay in it) , however it does not take into account the saturation of the…
-
The code below runs without issues, which is an issue.
```python
w1 = normal_scale(0, 1)
x = bernoulli(w1 - 100)
y = -1
calc = Calculate("numpyro",niter=10000)
ys = calc.sample(w1, x, y)
```
…
-
### Description
Currently, setting `jax.config.update("jax_enable_x64", 0)` will raise the error
```
Traceback (most recent call last):
File "/home/runner/work/numpyro/numpyro/examples/hsgp.py…
-
# Context
Documenting field-level explicit likelihood inference from a differentiable cosmological model.
In [code](https://github.com/hsimonfroy/montecosmo/blob/a7346788b5555b2f6b14bff3e9dc2f4c9…
-
NumPyro now has several excellent introductory [examples](http://num.pyro.ai/en/stable/) with no direct counterparts in Pyro. Porting one of these to Pyro would be a great way for someone to simultane…
-
### Description
I am working on a linux server where I need to run a numpyro model in parallel. If I run my model directly on the server everything works fine. However, when I run inside a podman (…
-
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 …
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in ()
4 …