Closed zierenberg closed 4 years ago
Merging #38 into master will increase coverage by
1.07%
. The diff coverage is4.54%
.
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 56.45% 57.52% +1.07%
==========================================
Files 8 11 +3
Lines 248 372 +124
==========================================
+ Hits 140 214 +74
- Misses 108 158 +50
Impacted Files | Coverage Δ | |
---|---|---|
src/MonteCarloX.jl | 100.00% <ø> (ø) |
|
src/generalized_ensemble.jl | 0.00% <0.00%> (ø) |
|
src/rng.jl | 0.00% <0.00%> (ø) |
|
src/kinetic_monte_carlo.jl | 26.37% <28.57%> (+8.31%) |
:arrow_up: |
src/gillespie.jl | 0.00% <0.00%> (ø) |
|
src/reweighting.jl | 100.00% <0.00%> (ø) |
|
src/cluster_wolff.jl | 100.00% <0.00%> (ø) |
|
... and 5 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 037b2f3...62538f8. Read the comment docs.
I hope that I implemented a semi clean example of how to do muca with the mutable random number generator. The open question is how can, or how do we want to make this an abstract function for automated purposes? I would merge in any case.