Skip to content

Commit

Permalink
update sampling test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Oct 10, 2018
1 parent c6ed846 commit ecd257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sampling.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ describe('Sampling Tests:', function() {
let deviation = Math.abs(((totalFixed+totalRate)/_log.length-1).toFixed(2))

// console.log(_log.length,totalFixed,totalRate,deviation)
expect(deviation).to.be.below(0.12)
expect(deviation).to.be.below(0.15)
}) // end it


Expand Down

0 comments on commit ecd257a

Please sign in to comment.