Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax check for probabilities in MarkovianGraph #322

Merged
merged 1 commit into from Jun 17, 2020
Merged

Conversation

odow
Copy link
Owner

@odow odow commented Jun 17, 2020

Overlooked cases with rounding error:

julia> sum(fill(1 / 9, 9))
1.0000000000000002

@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #322 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files          21       21           
  Lines        1706     1706           
=======================================
  Hits         1604     1604           
  Misses        102      102           
Impacted Files Coverage Δ
src/user_interface.jl 98.38% <100.00%> (ø)
src/plugins/parallel_schemes.jl 92.68% <0.00%> (-1.22%) ⬇️
src/modeling_aids.jl 100.00% <0.00%> (+1.72%) ⬆️

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 2761f5d...8f3cbdd. Read the comment docs.

@odow odow merged commit a5033c2 into master Jun 17, 2020
@odow odow deleted the odow-patch-1 branch June 17, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant