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

Remove DiffEqCallbacks from src #306

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Remove DiffEqCallbacks from src #306

merged 1 commit into from
Jul 30, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Jul 25, 2024

The only place where DiffEqCallbacks was used is to use SavedValues, but SavedValues is only used in NonInterplatingSavingCallback. Here, I copied over the definition of SavedValues from DiffEqCallbacks and removed the direct dependency.

There is still some dependency in the tests, but that can be removed too with a small amount of work.

Closes #304
Closes #248

@Sbozzolo Sbozzolo force-pushed the gb/diffeqcallbacks branch 6 times, most recently from f82e0cc to 5ba9419 Compare July 30, 2024 13:26
The only place where DiffEqCallbacks was used is to use SavedValues, but
SavedValues is only used in NonInterplatingSavingCallback. Here, I
copied over the definition of SavedValues from DiffEqCallbacks and
removed the direct dependency.

There is still some dependency in the tests, but that can be removed too
if a small amount of work.
@Sbozzolo Sbozzolo merged commit f0bd1dd into main Jul 30, 2024
8 of 9 checks passed
@Sbozzolo Sbozzolo deleted the gb/diffeqcallbacks branch July 30, 2024 19:20
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.

Remove DiffEqCallbacks
2 participants