SciML / Surrogates.jl

Surrogate modeling and optimization for scientific machine learning (SciML)
https://docs.sciml.ai/Surrogates/stable/
Other
323 stars 69 forks source link

Bump QMC to 0.3 and fix tests #446

Closed ashutosh-b-b closed 7 months ago

ChrisRackauckas commented 8 months ago

Instead of reviving SectionSampler, can we do the suggest fix of https://github.com/SciML/QuasiMonteCarlo.jl/pull/67#issuecomment-1364554484 ?

codecov[bot] commented 7 months ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (7f875be) 65.52% compared to head (9826638) 78.17%. Report is 6 commits behind head on master.

Files Patch % Lines
src/Sampling.jl 69.69% 10 Missing :warning:
src/GEK.jl 0.00% 1 Missing :warning:
src/Kriging.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #446 +/- ## =========================================== + Coverage 65.52% 78.17% +12.65% =========================================== Files 23 23 Lines 3115 3153 +38 =========================================== + Hits 2041 2465 +424 + Misses 1074 688 -386 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ChrisRackauckas commented 7 months ago

Awesome!