FriesischScott / UncertaintyQuantification.jl

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

Drop HaltonSequence dependency #57

Closed Gopal1259 closed 2 years ago

Gopal1259 commented 2 years ago

The dependency on the HaltonSequence package is dropped. The Primes package has been implemented in order to calculate the prime numbers needed for sampling using Haltons Method.

FriesischScott commented 2 years ago

You are still missing the updated Project.toml. Without it, Primes can not be loaded.

FriesischScott commented 2 years ago

I contributed some changes to the QMC package to increase the accuracy with Float64. Please set the compat entry to 0.2.4 in the Project.toml.

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (b17b0b0) into master (9c48391) will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   98.12%   98.37%   +0.25%     
==========================================
  Files          16       16              
  Lines         373      370       -3     
==========================================
- Hits          366      364       -2     
+ Misses          7        6       -1     
Impacted Files Coverage Δ
src/simulations/montecarlo.jl 87.50% <100.00%> (-1.39%) :arrow_down:
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 9c48391...b17b0b0. Read the comment docs.