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

Replace DifferentialEquations by OrdinaryDiffEq #823

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Conversation

schillic
Copy link
Member

@schillic schillic commented Apr 9, 2024

It is much cheaper to load OrdinaryDiffEq (and in particular precompile) and we never used the additional features of DifferentialEquations.

This change uncovered that Optim was needed for part of the code, but it was automatically loaded by DifferentialEquations, so that was never an issue.

@schillic schillic marked this pull request as ready for review April 9, 2024 21:46
@schillic schillic merged commit 4f8737a into master Apr 10, 2024
6 checks passed
@schillic schillic deleted the schillic/ode branch April 10, 2024 15:27
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.

2 participants