Skip to content

Commit

Permalink
Merge pull request #859 from null-a/tweak-nn-test-tol
Browse files Browse the repository at this point in the history
Tweak nn inference test tolerance.
  • Loading branch information
stuhlmueller committed Jul 2, 2017
2 parents eae1904 + 19ac47b commit a5d333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-inference.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ var tests = [
}
},
nn: {
mean: { tol: 0.1 },
mean: { tol: 0.6 },
args: {
samples: 1,
steps: 1000,
Expand Down

0 comments on commit a5d333a

Please sign in to comment.