numericalEFT / MCIntegration.jl

Robust and fast Monte Carlo algorithm for high dimension integration
https://numericaleft.github.io/MCIntegration.jl/dev
MIT License
43 stars 4 forks source link

Bugfix #37

Closed kunyuan closed 1 year ago

kunyuan commented 1 year ago
  1. fix terminal output
  2. fix Discrete([n, m]) initialization
codecov-commenter commented 1 year ago

Codecov Report

Merging #37 (223a3a9) into master (3ccf7ae) will increase coverage by 8.40%. The diff coverage is 33.33%.

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   77.11%   85.52%   +8.40%     
==========================================
  Files          16       20       +4     
  Lines        1298     1306       +8     
==========================================
+ Hits         1001     1117     +116     
+ Misses        297      189     -108     
Impacted Files Coverage Δ
src/distribution/distribution.jl 61.11% <0.00%> (-5.56%) :arrow_down:
src/distribution/variable.jl 83.65% <100.00%> (+10.09%) :arrow_up:
src/mcmc/MCMC.jl 100.00% <0.00%> (ø)
src/vegas_mc/VegasMC.jl 100.00% <0.00%> (ø)
src/MCIntegration.jl 100.00% <0.00%> (ø)
src/vegas/Vegas.jl 100.00% <0.00%> (ø)
src/statistics.jl 84.21% <0.00%> (+3.15%) :arrow_up:
src/utility/parallel.jl 96.36% <0.00%> (+5.45%) :arrow_up:
src/distribution/sampler.jl 72.12% <0.00%> (+6.63%) :arrow_up:
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.