Skip to content

Commit

Permalink
stricter default margin of error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Mar 18, 2015
1 parent c604ef7 commit 3839088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ indicesCreationTest('indices-2d');
indicesCreationTest('indices-3d');

function areaTest(filename, expectedDeviation, indexed) {
expectedDeviation = expectedDeviation || 0.000001;
expectedDeviation = expectedDeviation || 1e-14;

test(filename, function (t) {

Expand Down

0 comments on commit 3839088

Please sign in to comment.