Skip to content

Fix edge case short circuit logic in binomial distro inverse.#1398

Merged
jzmaddock merged 1 commit into
developfrom
issue1397
May 22, 2026
Merged

Fix edge case short circuit logic in binomial distro inverse.#1398
jzmaddock merged 1 commit into
developfrom
issue1397

Conversation

@jzmaddock
Copy link
Copy Markdown
Collaborator

Fixes: #1397

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.35%. Comparing base (f724aec) to head (31197ca).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1398   +/-   ##
========================================
  Coverage    95.35%   95.35%           
========================================
  Files          825      825           
  Lines        68310    68310           
========================================
+ Hits         65138    65139    +1     
+ Misses        3172     3171    -1     
Files with missing lines Coverage Δ
include/boost/math/distributions/binomial.hpp 86.56% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f724aec...31197ca. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jzmaddock jzmaddock merged commit 592063d into develop May 22, 2026
75 checks passed
@dschmitz89
Copy link
Copy Markdown
Contributor

Thanks @jzmaddock , this was so quick I barely noticed.

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.

Binomial distribution quantile edge case

2 participants