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 Taylor gradient for static operators #79

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

goerz
Copy link
Member

@goerz goerz commented Sep 9, 2024

An optimization with gradient_method=:taylor would fail if the generator evaluates to an immutable operator

@goerz goerz added the bug Something isn't working label Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.6%. Comparing base (c6d3b59) to head (e85eefc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #79     +/-   ##
========================================
+ Coverage    87.4%   87.6%   +0.3%     
========================================
  Files           7       7             
  Lines         584     586      +2     
========================================
+ Hits          510     513      +3     
+ Misses         74      73      -1     

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

@goerz goerz merged commit e85eefc into master Sep 9, 2024
5 checks passed
@goerz goerz deleted the fix-static-op-taylor branch September 9, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant