Skip to content

pFq: prevent spurious overflow.#1406

Open
jzmaddock wants to merge 2 commits into
developfrom
issue1404
Open

pFq: prevent spurious overflow.#1406
jzmaddock wants to merge 2 commits into
developfrom
issue1404

Conversation

@jzmaddock

Copy link
Copy Markdown
Collaborator

Make sure we throw the correct exceptions when the result is infinite. Fixes #1404.

Make sure we throw the correct exceptions when the result is infinite.
Fixes #1404.
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.73684% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.39%. Comparing base (9a964b4) to head (31b1bc1).

Files with missing lines Patch % Lines
...tions/detail/hypergeometric_pFq_checked_series.hpp 88.23% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1406      +/-   ##
===========================================
- Coverage    95.39%   95.39%   -0.01%     
===========================================
  Files          826      826              
  Lines        68901    68925      +24     
===========================================
+ Hits         65729    65750      +21     
- Misses        3172     3175       +3     
Files with missing lines Coverage Δ
...oost/math/special_functions/hypergeometric_pFq.hpp 100.00% <100.00%> (ø)
test/test_pFq.hpp 89.21% <100.00%> (+1.43%) ⬆️
...tions/detail/hypergeometric_pFq_checked_series.hpp 88.75% <88.23%> (-0.45%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Harness.

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

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

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.

Unexpected exception from hypergeometric_pFq({a}, {b}, x) when x is large.

1 participant