Closed qymera0 closed 2 months ago
Is it probably related to this? https://github.com/bambinos/bambi/pull/833
Does it work if you install Bambi from main?
I understand that my problem is exactly the one that was solved. I installed the Bambi using 'conda-forge', at an Anaconda Env. Do you have any instructions on how to install from main?
PS: tks so much for the very quick response!
Hey, I installed the 'bleeding edge version' and it worked just fine! Thank you so much for the support and fantastic software!
Great news!
I am trying to run a simple Poisson model using Bambi and Numpyro at Widows. When I asked to fit the model, I received an error related to the Jax seed: "High is out of bounds for int32". The model fits normally if I use MCMC sampler, but has the same error with Backjax and Nutpie. If I write the model explicitly in PyMC, it runs perfectly on all options (Numpyro, Blackjack, and Nutpie).
This is the code for the model:
And this is the error:
If I run 'print(np.int_)', I got the response: <class 'numpy.int32'>. But what is intriguing is that with PyMC the model runs normally.
Any help?