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

feat: add epsilon computation to the main structure #15

Merged
merged 4 commits into from
May 29, 2024

Conversation

imrn99
Copy link
Owner

@imrn99 imrn99 commented May 29, 2024

Summary

Add a new method to the main structure: Integraal::compute_error. This method computes the error one can expect from the approximation of the integral. Note that the value should be taken with a grain of salt since there is some derivative approximation involved.

Content

  • Scope:
    • Code
  • Type of change:
    • New feature(s)
  • Necessary follow-up:
    • Needs testing: test should make use of this to adjust their tolerance

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 49 lines in your changes are missing coverage. Please review.

Project coverage is 78.04%. Comparing base (94392e5) to head (3ae9258).

Files Patch % Lines
integraal/src/structure/implementations.rs 0.00% 49 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##            trunk      #15       +/-   ##
===========================================
- Coverage   93.52%   78.04%   -15.49%     
===========================================
  Files           3        3               
  Lines         247      296       +49     
===========================================
  Hits          231      231               
- Misses         16       65       +49     

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

@imrn99 imrn99 merged commit c19fb8a into trunk May 29, 2024
13 checks passed
@imrn99 imrn99 deleted the add-epsilon-computation branch May 29, 2024 18:52
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.

2 participants