mschauer / ZigZagBoomerang.jl

Sleek implementations of the ZigZag, Boomerang and other assorted piecewise deterministic Markov processes for Markov Chain Monte Carlo including Sticky PDMPs for variable selection
MIT License
100 stars 7 forks source link

Bouncy should be able to do SVectors #72

Closed mschauer closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #72 (68bc3b1) into master (f5c8afe) will increase coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   75.57%   75.95%   +0.38%     
==========================================
  Files          15       16       +1     
  Lines         864      886      +22     
==========================================
+ Hits          653      673      +20     
- Misses        211      213       +2     
Impacted Files Coverage Δ
src/ZigZagBoomerang.jl 100.00% <100.00%> (ø)
src/staticarrays.jl 100.00% <100.00%> (ø)
src/ss_fact.jl 91.80% <0.00%> (-1.54%) :arrow_down:
src/trace.jl 70.78% <0.00%> (ø)
src/dynamics.jl 100.00% <0.00%> (ø)
src/not_fact_samplers.jl 95.83% <0.00%> (ø)
src/ss_not_fact.jl 93.65% <0.00%> (+0.10%) :arrow_up:
src/sfact.jl 91.57% <0.00%> (+0.37%) :arrow_up:
src/poissontime.jl 84.21% <0.00%> (+0.87%) :arrow_up:

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 f5c8afe...68bc3b1. Read the comment docs.

mschauer commented 3 years ago

I could make SVector a dependency