-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Text backend does not support tallying a subset of variables (raises KeyError) #2560
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
Comments
Thanks for reporting. We should add the |
@twiecki @junpenglao I'd like to work on this issue. |
Hi @junpenglao |
@vermashresth Definitely, you can just try the above code to see if the problem persists. |
We're deprecating multiple backends.. (see #3903) As indicated by our deprecation warnings, please switch backends. If you can't please contact us and tell us why. Closing this issue, because most likely, nobody will take it up. |
Attempting to use a trace that was loaded from the text backend yields a KeyError, if the trace contains only a subset of the model's variables (e.g., if it was created using the
trace=
argument tosample
).Failing example:
The text was updated successfully, but these errors were encountered: