ReactiveBayes / ExponentialFamily.jl

ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations.
https://reactivebayes.github.io/ExponentialFamily.jl/
MIT License
12 stars 2 forks source link

fix `rand` ambiguity #185

Closed Nimrais closed 7 months ago

Nimrais commented 7 months ago

This PR aims to fix https://github.com/ReactiveBayes/ExponentialFamily.jl/issues/184

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d7785ec) 80.35% compared to head (5e77aee) 80.22%. Report is 83 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #185 +/- ## ========================================== - Coverage 80.35% 80.22% -0.13% ========================================== Files 39 39 Lines 2901 3095 +194 ========================================== + Hits 2331 2483 +152 - Misses 570 612 +42 ```

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