zierenberg / MonteCarloX.jl

This is a julia package for advanced Monte Carlo simulations of classical equilibrium and non-equilibrium processes
MIT License
4 stars 0 forks source link

update event handler to correct for cumulative errors in update of su… #36

Closed zierenberg closed 4 years ago

zierenberg commented 4 years ago

…m(rates) and interface importance sampling

codecov-commenter commented 4 years ago

Codecov Report

Merging #36 into master will decrease coverage by 5.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   64.46%   59.22%   -5.25%     
==========================================
  Files           9        8       -1     
  Lines         273      233      -40     
==========================================
- Hits          176      138      -38     
+ Misses         97       95       -2     
Impacted Files Coverage Δ
src/gillespie.jl 0.00% <ø> (ø)
src/utils.jl 91.66% <ø> (-2.09%) :arrow_down:
src/event_handler.jl 82.00% <100.00%> (+0.33%) :arrow_up:
src/importance_sampling.jl 68.18% <100.00%> (-3.82%) :arrow_down:
src/kinetic_monte_carlo.jl 19.29% <0.00%> (-11.01%) :arrow_down:
src/poisson_process.jl 38.70% <0.00%> (-3.72%) :arrow_down:
src/reweighting.jl 100.00% <0.00%> (ø)
src/cluster_wolff.jl 100.00% <0.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 c0b77cd...0c2f22e. Read the comment docs.