TuringLang / ParetoSmooth.jl

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

Remove LoopVectorization.jl #47

Closed ParadaCarleton closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (b456471) into main (c59fe08) will decrease coverage by 0.16%. The diff coverage is 81.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   85.06%   84.89%   -0.17%     
==========================================
  Files          11       11              
  Lines         328      331       +3     
==========================================
+ Hits          279      281       +2     
- Misses         49       50       +1     
Impacted Files Coverage Δ
src/InternalHelpers.jl 68.00% <ø> (ø)
src/PublicHelpers.jl 66.66% <0.00%> (-3.93%) :arrow_down:
src/TuringHelpers.jl 100.00% <ø> (ø)
src/NaiveLPD.jl 73.33% <33.33%> (ø)
src/ParetoSmooth.jl 80.00% <50.00%> (-20.00%) :arrow_down:
src/LeaveOneOut.jl 84.74% <60.00%> (-3.19%) :arrow_down:
src/ESS.jl 80.00% <80.00%> (+13.33%) :arrow_up:
src/GPD.jl 96.00% <100.00%> (ø)
src/ImportanceSampling.jl 87.35% <100.00%> (+0.29%) :arrow_up:
src/ModelComparison.jl 86.79% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c59fe08...b456471. Read the comment docs.