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

Allow functions as input to fns generated by AD #190

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

Conversation

sritchie
Copy link
Member

Fixes #189, thanks to @reedho for noticing this.

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.38%. Comparing base (53fd990) to head (6d847cf).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/emmy/dual.cljc 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   87.44%   87.38%   -0.06%     
==========================================
  Files         100      100              
  Lines       15812    15812              
  Branches      849      853       +4     
==========================================
- Hits        13827    13818       -9     
- Misses       1136     1141       +5     
- Partials      849      853       +4     

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

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.

functions produced by D-forward and D-reverse should be able to take functions
1 participant