Closed Omastto1 closed 3 years ago
Merging #8 (925e02b) into master (2e89f7f) will increase coverage by
0.62%
. The diff coverage is100.00%
.:exclamation: Current head 925e02b differs from pull request most recent head d122b63. Consider uploading reports for the commit d122b63 to get more accurate results
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
+ Coverage 95.41% 96.03% +0.62%
==========================================
Files 2 2
Lines 109 101 -8
==========================================
- Hits 104 97 -7
+ Misses 5 4 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/pbvi.jl | 96.00% <100.00%> (+0.62%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2e89f7f...d122b63. Read the comment docs.
Solver now initiates its belief space with the
initialize_belief
method instead of theconvert
method for each possible distribution.