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 ForwardDiff package extension #200

Merged
merged 5 commits into from
Oct 1, 2024
Merged

Add ForwardDiff package extension #200

merged 5 commits into from
Oct 1, 2024

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Oct 1, 2024

With #197, the ForwardDiff extension is now just one line of code:

eval(SCT.generate_code_2_to_1(:Base, SCT.ops_2_to_1, ForwardDiff.Dual))

Closes #196.

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

⚠️ 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 90.91%. Comparing base (f70f532) to head (0c1226c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   90.74%   90.91%   +0.16%     
==========================================
  Files          47       49       +2     
  Lines        2107     2113       +6     
==========================================
+ Hits         1912     1921       +9     
+ Misses        195      192       -3     

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

@adrhill
Copy link
Owner Author

adrhill commented Oct 1, 2024

Somehow this PR causes some major recompilation issues.

@adrhill adrhill merged commit bb7d365 into main Oct 1, 2024
9 checks passed
@adrhill adrhill deleted the ah/fwdiff-ext branch October 1, 2024 21:46
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.

Interoperability with dual numbers
2 participants