You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed incorrect implementation of `dot_tilde_assume` for `PrefixContext`
* removed `vars` field from `PriorContext` and `LikelihoodContext` as
it's no longer used functionality (was dropped when we dropped the logprob-macro)
* replaced `NoDist` with `nodist`
* fixed method ambiguity issue
* added missing `Distributions.rand!` definition for `NoDist`
* added more elaborate testing of evaluation of contexts
* added `DynamicPPL.TestUtils.test_context` for testing contexts and replaced much of the
`test/contexts.jl` with calls to this method
* added proper testing for PrefixContext of all demo models
* formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added some dropped tests
* Update src/test_utils.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update src/test_utils.jl
Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
* Update test/debug_utils.jl
Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
* bump patch version
---------
Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments