SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

add some tests #9

Closed ranocha closed 1 year ago

ranocha commented 1 year ago

I added some tests. I basically took some code from the examples and adapted it to the standard testing infrastructure of Julia. We can (and should) add more tests like these in the future when the interface stabilizes.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3fad782) 97.40% compared to head (8e6b922) 97.40%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## ======================================= Coverage 97.40% 97.40% ======================================= Files 3 3 Lines 193 193 ======================================= Hits 188 188 Misses 5 5 ```

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