FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Use native julia for solver tests #151

Closed FriesischScott closed 5 months ago

FriesischScott commented 5 months ago

This replaces the C solvers radius and square with native julia scripts. These are called as julia radius.jl and julia square.jl to emulate the behaviour of an external solver.

To work around issues with Revise I had to add it as a dependency of the test environment.

Closes #150.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (e62374b) 98.81% compared to head (66d647a) 98.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ========================================== - Coverage 98.81% 98.71% -0.11% ========================================== Files 27 27 Lines 1010 1009 -1 ========================================== - Hits 998 996 -2 - Misses 12 13 +1 ```

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