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 support for prop_callback #51

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Add support for prop_callback #51

merged 1 commit into from
Sep 14, 2024

Conversation

goerz
Copy link
Member

@goerz goerz commented Sep 14, 2024

The documentation implied that prop_callback was supported, but in fact, that feature hadn't been implemented.

This also fixes a bug with evaluating the gradient via the Taylor series, for immutable states.

The documentation implied that `prop_callback` was supported, but in
fact, that feature hadn't been implemented.

This also fixes a bug with evaluating the gradient via the Taylor
series, for immutable states.
@goerz goerz added the bug Something isn't working label Sep 14, 2024
Copy link

codecov bot commented Sep 14, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 84.1%. Comparing base (0b3a5e7) to head (5908024).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/optimize.jl 25.0% 9 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master     #51     +/-   ##
========================================
- Coverage    86.3%   84.1%   -2.2%     
========================================
  Files           4       4             
  Lines         299     314     +15     
========================================
+ Hits          258     264      +6     
- Misses         41      50      +9     

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

@goerz goerz merged commit d778ec0 into master Sep 14, 2024
5 checks passed
@goerz goerz deleted the prop-callback branch September 14, 2024 12:13
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