TuringLang / ParetoSmooth.jl

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

Fix dependencies #83

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

Integrates test/Project.toml in Project.toml and fix compat entry of DynamicPPL.

The incorrect compat entry was masked by the missing compat entries in test/Project.toml (I assume) since tests on Julia 1.6 actually ran with DynamicPPL 0.21 (0.22 can't be used since newer Turing versions that would support it don't support Julia 1.6). Moreover, by removing test/Project.toml it is also not necessary anymore to duplicate test dependencies that are already dependencies of ParetoSmooth. InteractiveUtils was not needed actually, it seems.

Maybe this also fixes https://github.com/TuringLang/ParetoSmooth.jl/pull/76#issuecomment-1563263716.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b252210) 84.28% compared to head (29dc23a) 84.28%.

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

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