Skip to content

Commit

Permalink
Merge pull request #762 from null-a/fix-tensor-gauss-test-tol
Browse files Browse the repository at this point in the history
Move tolerance specification to correct level.
  • Loading branch information
stuhlmueller committed Jan 17, 2017
2 parents 67cc83c + 8c6b862 commit 0ff7ab6
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 @@ -610,8 +610,8 @@ var tests = [
}
},
tensorGaussian: {
mean: { tol: 0.15 },
args: {
mean: { tol: 0.15 },
samples: 5000,
steps: 10000,
verbose: false
Expand Down

0 comments on commit 0ff7ab6

Please sign in to comment.