ScottishCovidResponse / data_pipeline_api

API to access the data pipeline
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Underlying distribution should return deterministic samples #75

Closed vinopm closed 4 years ago

vinopm commented 4 years ago

The underlying distribution returned by the std api should produce deterministic samples. This is important for reproducibility.

codecov-commenter commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 1.27%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #75      +/-   ##
============================================
+ Coverage     77.38%   78.66%   +1.27%     
- Complexity      167      168       +1     
============================================
  Files            60       60              
  Lines          1999     2128     +129     
  Branches         36       36              
============================================
+ Hits           1547     1674     +127     
- Misses          423      425       +2     
  Partials         29       29              
Impacted Files Coverage Δ Complexity Δ
...ard_api/src/main/java/uk/ramp/api/StandardApi.java 87.03% <0.00%> (-5.12%) 8.00 <0.00> (ø)
...c/main/java/uk/ramp/distribution/Distribution.java 79.31% <ø> (ø) 17.00 <0.00> (ø)
data_pipeline_api/file_api.py 95.26% <0.00%> (+1.36%) 0.00% <0.00%> (ø%)
data_pipeline_api/standard_api.py 100.00% <0.00%> (+3.03%) 0.00% <0.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 d5f3f4e...556751a. Read the comment docs.