-
Notifications
You must be signed in to change notification settings - Fork 225
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
Improve erf/expm1/expint coverage. #1111
base: develop
Are you sure you want to change the base?
Conversation
In the expm1 case, tighten up error handling and testing.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1111 +/- ##
===========================================
+ Coverage 93.77% 94.36% +0.58%
===========================================
Files 772 774 +2
Lines 61352 59754 -1598
===========================================
- Hits 57535 56386 -1149
+ Misses 3817 3368 -449
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Clean up Bessel_ik.
In the expm1 case, tighten up error handling and testing.