-
Notifications
You must be signed in to change notification settings - Fork 156
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
AttributeError in GP modeling with jaxns integration #812
Comments
Hi @fcotizelati, thanks for reporting the issue |
@fcotizelati, sorry for letting this slip. Did you find a fix by any chance? |
Hello, No problem! The short answer is that unfortunately I could not fix the issue. I tried following the steps described at the tutorial from scratch and encountered a new issue when using the
It seems this is related to the fact that
While this change allowed
This seems to be an attribute issue similar to the one I reported in my original message, and I'm not sure how to fix it. Here are the versions of Python and the involved libraries I am using:
|
Hi @fcotizelati, thanks! I hope these new issues will be solved in #832 (see comment #832 (review)) |
While trying to perform GP modeling using the
GPResult.sample
function integrated withjaxns
for nested sampling, I encountered the followingAttributeError
:AttributeError: 'ArrayImpl' object has no attribute 'next_sample_idx'
It seems to me this is due to the fact that the
state object
returned from the nested sampling process executed byexact_ns
apparently lacks the expected attributenext_sample_idx
?Here are the versions of Python and the involved libraries I am using:
Thanks for the help!
The text was updated successfully, but these errors were encountered: