SciFracX / FractionalDiffEq.jl

Solve Fractional Differential Equations using high performance numerical methods
https://scifracx.github.io/FractionalDiffEq.jl/dev/
MIT License
80 stars 11 forks source link

Clean deps #99

Closed ErikQQY closed 7 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 75 lines in your changes are missing coverage. Please review.

Comparison is base (de9e945) 72.44% compared to head (9709d83) 64.59%.

Files Patch % Lines
src/fodesystem/pi_pece.jl 59.15% 29 Missing :warning:
src/fodesystem/explicit_pi.jl 66.03% 18 Missing :warning:
src/fodesystem/bdf.jl 86.04% 12 Missing :warning:
src/fodesystem/newton_gregory.jl 89.47% 6 Missing :warning:
src/fodesystem/trapezoid.jl 89.28% 6 Missing :warning:
src/fodesystem/NonLinear.jl 92.50% 3 Missing :warning:
src/fodesystem/grunwald_letnikov.jl 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ========================================== - Coverage 72.44% 64.59% -7.85% ========================================== Files 33 34 +1 Lines 3215 3587 +372 ========================================== - Hits 2329 2317 -12 - Misses 886 1270 +384 ```

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

ErikQQY commented 8 months ago

Seems we need to upgrade all to julia 1.10 now😅

ErikQQY commented 7 months ago

Next step let's refactor solvers for multiple terms FDE.