-
Notifications
You must be signed in to change notification settings - Fork 219
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
Use values_as_in_model
to extract the parameters from a Transition
#2202
Conversation
rather than `invlink` + `values_as`
chains properly
…rfjelde/getparams-fix
This PR depends on features introduced after the breaking release of DPPL and so tests will not pass until #2202 has gone through |
For reference: used the new |
Pull Request Test Coverage Report for Build 8968103177Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@yebai @devmotion tests are passing and everything seems good. You happy with it? I'd also like to point to #2215 |
Ensures `getparams` uses the changes introduced in TuringLang/Turing.jl#2202
* Add support for Turing v0.33 * Bump Turing compat for docs and tests * Fix Turing compat format * Add and test utility to create a LogDensityProblem * Add utility for converting draws to chains * Use draws_to_chains utility * Remove now-unused `flattened_varnames_list` utility * Simplify Turing integration using LogDensityProblems * Bump compat lower bounds for mutual compatibility * Bump Turing lower bounds Ensures `getparams` uses the changes introduced in TuringLang/Turing.jl#2202 * Reorganize Turing tests * Bump DynamicPPL lower bound * Also add Chains to individual paths in multipathfinder result * Test additional models * Remove unused method * Bump AdvancedHMC integration test compat to AHMC v0.6 * Increment patch number --------- Co-authored-by: Seth Axen <[email protected]>
See #2195 and TuringLang/DynamicPPL.jl#588