-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: high is out of bounds for int32 #21
Comments
Hello, I was having the same issue when running
Hope this helps! |
Hi! I tried this and it seemed to be taking a long time to compile so I interrupted the kernel. Should I just let it run/does it normally take so long? Thank you! |
Hello @mbierschenk3, Are you running |
Hi @jjobel, I am running the example exactly as given in the documentation, just as op was. I made the change that you suggested and ran again and it is still running! |
Hello @mbierschenk3, I was able to reproduce the I'm currently looking into another possible solution from the Numpy repository. An equivalent method to |
Hello @jjobel! I was just writing back to see if you made any progress on a solution for this error? Please let me know! I look forward to your comments. |
Hello @mbierschenk3, sorry for the late reply I've been trying to figure out why mine works and not yours. I think I have a solution. Could you send me a screenshot of your error on the terminal. There's a specific path that shows where the |
@jjobel |
Okay based on your screenshot, open the
save and run that cell again. If you're still getting the same error, check if what you changed on (sorry your message cut off halfway in the email and I thought there wasn't more to your comment) I got mine to work by doing what I mentioned above. I had two |
Did you do anything different with the |
No, I did nothing different. I copied and pasted the example to my jupyter notebook. Try restarting the jupyter notebook then running all cells after making any changes. Someone was having this same ValueError error yesterday and we got it working with what I suggested in the previous comment. |
I am currently following the worked example listed under the documentation. Following the example code exactly, everything works fine until
lm = linmix.LinMix(x, y, xsig, ysig , K = 2) lm.run_mcmc(silent = True)
, where I get an error ''ValueError: high is out of bounds for int32''. What do I need to change from the example to make this work?The text was updated successfully, but these errors were encountered: