Closed torfjelde closed 11 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/varinfo.jl | 1 | 86.61% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 6895060737: | -0.01% |
Covered Lines: | 2535 |
Relevant Lines: | 3159 |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
485ebfb
) 80.25% compared to head (94744df
) 80.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Expected behavior of
merge
is that it gives precedence to the right-most argument, but currently we raise an error in the scenario where the distributions between two varinfos don't match. This shouldn't be done (and is prohibitive to making the Gibbs sampler in https://github.com/TuringLang/Turing.jl/pull/2099 work).This PR fixes this.