TuringLang / ParetoSmooth.jl

An implementation of PSIS algorithms in Julia.
http://turinglang.org/ParetoSmooth.jl/
MIT License
19 stars 12 forks source link

Fix typo in docstring #78

Closed pitmonticone closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (2484ac6) 84.50% compared to head (ea726d0) 84.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #78 +/- ## ======================================= Coverage 84.50% 84.50% ======================================= Files 11 11 Lines 400 400 ======================================= Hits 338 338 Misses 62 62 ``` | [Impacted Files](https://app.codecov.io/gh/TuringLang/ParetoSmooth.jl/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang) | Coverage Δ | | |---|---|---| | [src/ModelComparison.jl](https://app.codecov.io/gh/TuringLang/ParetoSmooth.jl/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL01vZGVsQ29tcGFyaXNvbi5qbA==) | `86.79% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yebai commented 1 year ago

thanks @pitmonticone!