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

additional error handling and tests #84

Closed SKopecz closed 4 months ago

SKopecz commented 4 months ago

Added missing error checks for MPRK22, MPRK43I and MPRK43II.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 3 lines in your changes missing coverage. Please review.

Project coverage is 97.83%. Comparing base (41a1917) to head (414ba99). Report is 1 commits behind head on main.

Files Patch % Lines
src/mprk.jl 91.66% 3 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ========================================== - Coverage 98.19% 97.83% -0.37% ========================================== Files 4 4 Lines 665 692 +27 ========================================== + Hits 653 677 +24 - Misses 12 15 +3 ```

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

SKopecz commented 4 months ago

Now all @asserts writing a text should have been replaced by throw(ArgumentError()).