ReactiveBayes / GraphPPL.jl

DSL for probabilistic models specification and probabilistic programming.
MIT License
27 stars 4 forks source link

Bug fix for duplicate arguments #227

Closed wouterwln closed 2 months ago

wouterwln commented 2 months ago

By using Graphs.jl internal functions for edge adding, model construction is 20% faster 🪄 🪄

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.13%. Comparing base (c9a744a) to head (5b1ae25).

Files Patch % Lines
src/graph_engine.jl 95.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #227 +/- ## ========================================== + Coverage 90.90% 91.13% +0.22% ========================================== Files 15 15 Lines 1979 1996 +17 ========================================== + Hits 1799 1819 +20 + Misses 180 177 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.