FriesischScott / UncertaintyQuantification.jl

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

Use NamedTuple for important direction #33

Closed FriesischScott closed 3 years ago

FriesischScott commented 3 years ago

Using a DataFrame for the important direction did not make a lot of sense, since it is always only a single row. A NamedTuple is much simpler while still having the benefit of keeping the symbols and values together.

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (6154a30) into master (05c5649) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          13       13           
  Lines         231      232    +1     
=======================================
+ Hits          230      231    +1     
  Misses          1        1           
Impacted Files Coverage Δ
src/inputs/jointdistribution.jl 100.00% <100.00%> (ø)
src/sensitivity/gradient.jl 100.00% <100.00%> (ø)
src/simulations/linesampling.jl 100.00% <100.00%> (ø)
src/simulations/montecarlo.jl 100.00% <100.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 05c5649...6154a30. Read the comment docs.