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

Reduce compile time #31

Merged
merged 2 commits into from
Jun 16, 2024
Merged

Conversation

termi-official
Copy link
Contributor

DifferentialEquations.jl pulls in more solvers than the package needs. Also the package only uses the solvers in the tests. So this PR removes the dependency on DifferentialEquations.jl and adds OrdinaryDiffEq.jl as test dependency.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.75%. Comparing base (3095ac1) to head (b0aecc8).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   43.75%   43.75%           
=======================================
  Files           1        1           
  Lines         144      144           
=======================================
  Hits           63       63           
  Misses         81       81           

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

@TS-CUBED
Copy link
Owner

Thank you very much for this improvement. Much appreciated.

@TS-CUBED TS-CUBED merged commit ca2fef9 into TS-CUBED:main Jun 16, 2024
6 checks passed
@termi-official termi-official deleted the do/diffeq-to-odediffeq branch June 16, 2024 20:18
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.

3 participants