FriesischScott / UncertaintyQuantification.jl

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

Allow running of external models in same working directory #100

Closed FriesischScott closed 1 year ago

FriesischScott commented 1 year ago

This adds the possibility of potentially reusing the output of one model as input of the next.

Closes #99 .

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4bc1754) 98.63% compared to head (4431024) 98.63%.

:exclamation: Current head 4431024 differs from pull request most recent head 1567925. Consider uploading reports for the commit 1567925 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #100 +/- ## ======================================= Coverage 98.63% 98.63% ======================================= Files 21 21 Lines 657 659 +2 ======================================= + Hits 648 650 +2 Misses 9 9 ``` | [Impacted Files](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/100?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf) | Coverage Δ | | |---|---|---| | [src/models/externalmodel.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/100?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL21vZGVscy9leHRlcm5hbG1vZGVsLmps) | `94.59% <100.00%> (-0.15%)` | :arrow_down: | | [src/models/model.jl](https://codecov.io/gh/FriesischScott/UncertaintyQuantification.jl/pull/100?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jasper+Behrensdorf#diff-c3JjL21vZGVscy9tb2RlbC5qbA==) | `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.