TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
78 stars 18 forks source link

Update callback signature in docs #130

Closed devmotion closed 10 months ago

devmotion commented 10 months ago

Fixes #129.

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (d7c549f) 97.37% compared to head (687110d) 97.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #130 +/- ## ======================================= Coverage 97.37% 97.37% ======================================= Files 8 8 Lines 305 305 ======================================= Hits 297 297 Misses 8 8 ```

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

devmotion commented 10 months ago

No worries. I was checking the AbstractMCMC code and thought I could just fix the issue right away 🙂