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

Add option to mute the logging for `setprogress!` function #138

Closed sunxd3 closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 97.19%. Comparing base (acff38f) to head (0abd194).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #138 +/- ## ======================================= Coverage 97.18% 97.19% ======================================= Files 8 8 Lines 320 321 +1 ======================================= + Hits 311 312 +1 Misses 9 9 ```

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

yebai commented 5 months ago

CI failure in MCMCChains seems unrelated to this PR.

devmotion commented 5 months ago

@sunxd3 can you open a follow-up PR that fixes the documentation?