-
Notifications
You must be signed in to change notification settings - Fork 221
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
Fix for issue #1352 #1357
Fix for issue #1352 #1357
Conversation
Good point! Nah, that doesn't catch it because it only deals with univariate variables. I'll make it so that it also includes multivariate and matrixvariates 👍 |
Done 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I'm happy when tests pass.
Classic. We got AD-issues completely unrelated to the changes introduced in this PR again! Bleh. Do we just merge and open an issue related to the AD-stuff? |
Seems to be an issue with the interaction between Tracker.jl and PDMats.jl, and unrelated to Turing. EDIT: Made an issue for now: #1358. |
I am merging now; let's fix the AD issue in a separate PR. |
Fixes #1352, i.e. makes
transitions_from_chain
and thuspredict
compatible withMCMCChains@0.4
and higher.