FriesischScott / UncertaintyQuantification.jl

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

Update compatability to 1.6 and 1.7 #54

Closed FriesischScott closed 2 years ago

FriesischScott commented 2 years ago

Closes #53

FriesischScott commented 2 years ago

The test solutions need to be updated because of the change in default rng.

FriesischScott commented 2 years ago

Alternatively we could keep using mersenne-twister for the tests for the time being.

codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (57b0c6a) into master (ac9e79d) will increase coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   98.11%   98.39%   +0.27%     
==========================================
  Files          16       16              
  Lines         371      373       +2     
==========================================
+ Hits          364      367       +3     
+ Misses          7        6       -1     
Impacted Files Coverage Δ
src/solvers/extractor.jl 100.00% <0.00%> (ø)
src/simulations/montecarlo.jl 88.88% <0.00%> (+0.42%) :arrow_up:
src/simulations/subset.jl 100.00% <0.00%> (+1.51%) :arrow_up:

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 ac9e79d...57b0c6a. Read the comment docs.