FriesischScott / UncertaintyQuantification.jl

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

Initial working implementation of external solver #35

Closed FriesischScott closed 3 years ago

FriesischScott commented 3 years ago

Can run third party solvers in sequence and parallel.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (d7722ed) into master (8cdc686) will decrease coverage by 13.36%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #35       +/-   ##
===========================================
- Coverage   99.64%   86.28%   -13.37%     
===========================================
  Files          14       17        +3     
  Lines         284      328       +44     
===========================================
  Hits          283      283               
- Misses          1       45       +44     
Impacted Files Coverage Δ
src/UncertaintyQuantification.jl 100.00% <ø> (ø)
src/models/externalmodel.jl 0.00% <0.00%> (ø)
src/solvers/extractor.jl 0.00% <0.00%> (ø)
src/solvers/solver.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8cdc686...d7722ed. Read the comment docs.