FriesischScott / UncertaintyQuantification.jl

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

Improvements to the ExternalModel #102

Closed FriesischScott closed 1 year ago

FriesischScott commented 1 year ago

Currently the constructor is quite inconvenient. With a lot of options not really required.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 90.90% and project coverage change: +0.46 :tada:

Comparison is base (31b6cd7) 98.64% compared to head (370b527) 99.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #102 +/- ## ========================================== + Coverage 98.64% 99.10% +0.46% ========================================== Files 21 22 +1 Lines 665 673 +8 ========================================== + Hits 656 667 +11 + Misses 9 6 -3 ``` | [Impacted Files](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf) | Coverage Δ | | |---|---|---| | [src/UncertaintyQuantification.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL1VuY2VydGFpbnR5UXVhbnRpZmljYXRpb24uamw=) | `100.00% <ø> (ø)` | | | [src/simulations/montecarlo.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL3NpbXVsYXRpb25zL21vbnRlY2FybG8uamw=) | `86.20% <0.00%> (ø)` | | | [src/models/externalmodel.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL21vZGVscy9leHRlcm5hbG1vZGVsLmps) | `100.00% <100.00%> (+5.40%)` | :arrow_up: | | [src/solvers/solver.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL3NvbHZlcnMvc29sdmVyLmps) | `100.00% <100.00%> (+7.69%)` | :arrow_up: | | [src/util/wrap.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL3V0aWwvd3JhcC5qbA==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.