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

Fix ForwardDiff derivative of NaNMath.pow #1400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devmotion
Copy link
Contributor

Fixes #1399.

The PR basically copies JuliaDiff/ForwardDiff.jl#717

@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 6.45%. Comparing base (6202fa4) to head (185c012).
Report is 40 commits behind head on master.

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

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #1400      +/-   ##
=========================================
+ Coverage    3.95%   6.45%   +2.49%     
=========================================
  Files          51      51              
  Lines        4824    4836      +12     
=========================================
+ Hits          191     312     +121     
+ Misses       4633    4524     -109     

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

@ChrisRackauckas
Copy link
Member

Looks like there's still an ambiguity?

@devmotion
Copy link
Contributor Author

That's unrelated AFAICT (and not intended to be fixed by the PR). I opened JuliaSymbolics/SymbolicUtils.jl#690 because I thought it was caused by SymbolicUtils. Maybe something has to be defined in Symbolics instead...

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.

NaNMath.pow derivative throws DomainError
3 participants