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

Add derivatives for ellipk and ellipe #370

Merged
merged 3 commits into from
Jan 26, 2022
Merged

Add derivatives for ellipk and ellipe #370

merged 3 commits into from
Jan 26, 2022

Conversation

devmotion
Copy link
Member

This PR adds derivatives for the elliptic integrals ellipk and ellipe. Moreover, it removes the explicit MethodErrors definitions and potential StackOverflow errors in the same way as in e.g. #353 and #347.

@codecov
Copy link

codecov bot commented Dec 16, 2021

Codecov Report

Merging #370 (615d577) into master (1febdd0) will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #370      +/-   ##
==========================================
- Coverage   91.89%   91.79%   -0.11%     
==========================================
  Files          12       12              
  Lines        2790     2791       +1     
==========================================
- Hits         2564     2562       -2     
- Misses        226      229       +3     
Flag Coverage Δ
unittests 91.79% <100.00%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/chainrules.jl 100.00% <100.00%> (ø)
src/ellip.jl 100.00% <100.00%> (ø)
src/beta_inc.jl 90.62% <0.00%> (-0.45%) ⬇️

Continue to review full report at Codecov.

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

@@ -37,6 +37,12 @@
test_scalar(airyaiprimex, x)
end
end

# finite differencing fails for x = 0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong, I misinterpreted the ChainRules tests. I always mix up what "expected" and "actual" refer to.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the limit of the derivative at 0 as a special case.

@devmotion devmotion merged commit f2ccad8 into master Jan 26, 2022
@giordano giordano deleted the dw/ellip branch January 26, 2022 13:01
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