JuliaGNI / GeometricProblems.jl

Example problems for GeometricIntegrators.jl
MIT License
5 stars 0 forks source link

Revise interface #60

Closed michakraus closed 6 months ago

michakraus commented 6 months ago

Fixes #58.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 52.17391% with 55 lines in your changes are missing coverage. Please review.

Project coverage is 31.77%. Comparing base (39fa6b4) to head (ae02af8).

Files Patch % Lines
src/point_vortices_linear.jl 47.36% 20 Missing :warning:
src/point_vortices.jl 66.66% 8 Missing :warning:
src/toda_lattice.jl 0.00% 6 Missing :warning:
src/lotka_volterra_2d_equations.jl 66.66% 5 Missing :warning:
src/lotka_volterra_4d.jl 37.50% 5 Missing :warning:
src/massless_charged_particle.jl 0.00% 4 Missing :warning:
src/pendulum.jl 0.00% 4 Missing :warning:
src/lotka_volterra_2d.jl 0.00% 2 Missing :warning:
src/lotka_volterra_4d_lagrangian.jl 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== + Coverage 28.59% 31.77% +3.18% ========================================== Files 28 28 Lines 1969 1948 -21 ========================================== + Hits 563 619 +56 + Misses 1406 1329 -77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.