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 tuple behavior in pushforward_function and pullback_function #100

Closed
wants to merge 1 commit into from
Closed

Fix tuple behavior in pushforward_function and pullback_function #100

wants to merge 1 commit into from

Conversation

gdalle
Copy link
Member

@gdalle gdalle commented Aug 5, 2023

Fix #99

Needs tests to ensure non-regression

Probably useless after #93 but could be merged into it

Tried to make the code a bit more readable by avoiding chained anonymous functions

@gdalle gdalle mentioned this pull request Aug 5, 2023
@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Patch coverage: 93.33% and project coverage change: +0.81% 🎉

Comparison is base (041d760) 84.25% compared to head (30644c4) 85.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   84.25%   85.07%   +0.81%     
==========================================
  Files           8        8              
  Lines         470      469       -1     
==========================================
+ Hits          396      399       +3     
+ Misses         74       70       -4     
Files Changed Coverage Δ
src/AbstractDifferentiation.jl 80.72% <93.33%> (+1.06%) ⬆️

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

mohamed82008 added a commit that referenced this pull request Aug 6, 2023
@mohamed82008 mohamed82008 mentioned this pull request Aug 6, 2023
@mohamed82008
Copy link
Member

Closing this in favour of #102.

mohamed82008 added a commit that referenced this pull request Sep 24, 2023
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.

pushforward_function and pullback_function are confused by tuples vs single input
2 participants