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 #81

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Add support for prop_callback #81

merged 1 commit into from
Sep 13, 2024

Conversation

goerz
Copy link
Member

@goerz goerz commented Sep 13, 2024

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

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

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 57.89474% with 8 lines in your changes missing coverage. Please review.

Project coverage is 86.6%. Comparing base (e13367b) to head (b21b902).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/optimize.jl 46.7% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master     #81     +/-   ##
========================================
- Coverage    87.6%   86.6%   -0.9%     
========================================
  Files           7       7             
  Lines         586     603     +17     
========================================
+ Hits          513     522      +9     
- Misses         73      81      +8     

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

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