Skip to content

Commit ecd257a

Browse files
committed
update sampling test
1 parent c6ed846 commit ecd257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sampling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ describe('Sampling Tests:', function() {
366366
let deviation = Math.abs(((totalFixed+totalRate)/_log.length-1).toFixed(2))
367367

368368
// console.log(_log.length,totalFixed,totalRate,deviation)
369-
expect(deviation).to.be.below(0.12)
369+
expect(deviation).to.be.below(0.15)
370370
}) // end it
371371

372372

0 commit comments

Comments
 (0)