marcjwilliams1 / ApproxBayes.jl

Approximate Bayesian Computation (ABC) algorithms for likelihood free inference in julia
Other
52 stars 19 forks source link

Notify user if maxiter was reached #28

Closed mauro3 closed 6 years ago

mauro3 commented 6 years ago

That had me scratching my head for a bit.

codecov-io commented 6 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.22%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   84.55%   84.33%   -0.23%     
==========================================
  Files           6        6              
  Lines         693      696       +3     
==========================================
+ Hits          586      587       +1     
- Misses        107      109       +2
Impacted Files Coverage Δ
src/ABCalgorithm.jl 84.05% <25%> (-0.42%) :arrow_down:

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 00d6d30...64aa6a7. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 84.339% when pulling 64aa6a756dfee84ec488429785b747abac28e02d on mauro3:m3/message into 00d6d307cd3efa3d58ed7b68ab6c82dad33f9ff2 on marcjwilliams1:master.

marcjwilliams1 commented 6 years ago

Thanks, I think overall the package could do with more warnings and messages for debugging so this is welcome