Sobol.jl icon indicating copy to clipboard operation
Sobol.jl copied to clipboard

Start sequence at zero

Open devmotion opened this issue 1 year ago • 3 comments

The PR fixes the first point in #31 and starts the sequence at zero (see #31 and Owen's paper referenced therein for the motivation). With this change the sequences generated by Sobol.jl now actually match the reference sequences in https://github.com/JuliaMath/Sobol.jl/tree/master/test/results which already include zero as initial point.

devmotion avatar Jun 12 '24 00:06 devmotion

Bump 🙂

devmotion avatar Aug 21 '24 12:08 devmotion

Coincidentally double bump :)

NilsWildt avatar Aug 22 '24 09:08 NilsWildt

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.54%. Comparing base (ceab0a1) to head (a584c10). Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   63.55%   64.54%   +0.99%     
==========================================
  Files           1        1              
  Lines         107      110       +3     
==========================================
+ Hits           68       71       +3     
  Misses         39       39              

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Apr 08 '25 16:04 codecov[bot]