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

Change DifferentialEquations dependence to OrdinaryDiffEq, Fix simulate_de crashes #50

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

zmorrell
Copy link
Collaborator

In this pull request I fix many of the lingering issues that have been around as a result of the implementation with DifferentialEquations.jl.

First, I have changed to using only OrdinaryDiffEq.jl. This is a reasonably major change, so I will tag a new version (0.3.0) when this is merged into main.

I have also fixed the crashing issues that were causing the build to fail. The issue arose from not specifying an algorithm in DiffEq.jl (now using Tsit5()), causing it to default to an algorithm that could not handle complex values. I am creating an issue on DiffEq.jl and will link it later. This issue has caused me to update one of the test cases to increase the precision required by Tsit5() for the same amount of precision. I have also removed all lower bound tests in the test instances so that our build doesn't fail every time a precision effecting change is incorporated in DiffEq.jl. We still have the lower bound tests to allow us to know if something breaks the performance aggregiously.

@zmorrell zmorrell merged commit 34706ad into main Aug 13, 2024
1 check passed
@zmorrell zmorrell deleted the fix_diff_eq_issue branch August 13, 2024 15:49
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.

1 participant