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

Revise integrator interface #176

Merged
merged 19 commits into from
Sep 20, 2023
Merged

Revise integrator interface #176

merged 19 commits into from
Sep 20, 2023

Conversation

michakraus
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #176 (df29c07) into main (3b8a211) will decrease coverage by 0.12%.
The diff coverage is 89.40%.

@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
- Coverage   60.57%   60.45%   -0.12%     
==========================================
  Files         118      117       -1     
  Lines        7989     7902      -87     
==========================================
- Hits         4839     4777      -62     
+ Misses       3150     3125      -25     
Files Changed Coverage Δ
src/Integrators.jl 100.00% <ø> (ø)
src/initial_guess/initial_guess.jl 17.64% <0.00%> (ø)
src/integrators/integrator.jl 89.70% <ø> (ø)
src/integrators/rk/methods.jl 58.54% <ø> (+6.21%) ⬆️
src/projections/projection.jl 87.50% <ø> (ø)
src/solutions/solution.jl 75.00% <ø> (ø)
src/integrators/rk/abstract.jl 15.15% <6.89%> (-84.85%) ⬇️
src/integrators/dvi/dvi_common.jl 66.66% <66.66%> (ø)
src/initial_guess/hermite.jl 56.60% <75.00%> (ø)
src/initial_guess/midpoint.jl 50.00% <77.77%> (ø)
... and 49 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@michakraus michakraus merged commit 7bc79fb into main Sep 20, 2023
14 of 15 checks passed
@michakraus michakraus deleted the revise-integrator-interface branch September 20, 2023 13:31
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