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

allow endpoints evaluation for tiny initial intervals #99

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented Jan 13, 2024

Fixes #97 (comment)

Basically, if the user passes an initial interval that is so small that the quadrature points round to one of the endpoints, it has to be allowed — it causes too much trouble to try to forbid this.

Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (135432c) 98.21% compared to head (99f06a7) 98.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   98.21%   98.19%   -0.02%     
==========================================
  Files           6        6              
  Lines         615      610       -5     
==========================================
- Hits          604      599       -5     
  Misses         11       11              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevengj stevengj merged commit ea6dd32 into master Jan 13, 2024
9 checks passed
@stevengj stevengj deleted the allow_initial_endpoints branch January 13, 2024 18:51
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.

quadgk with identical lower and upper bound is broken
1 participant