Skip to content

Commit

Permalink
adjust tolerance. passes ~90% of the time
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchen committed Mar 3, 2017
1 parent 96b999c commit 4260f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-inference.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,15 +643,15 @@ var tests = [
tensorLaplace: {
std: { tol: 0.15 },
args: {
stepSize: 0.002,
optMethod: {gd: {stepSize: 0.002}},
samples: 10000,
steps: 10000,
verbose: false
}
},
laplace: {
std: { tol: 0.15 },
args: {
stepSize: 0.001,
samples: 10000,
steps: 20000,
verbose: false
Expand Down

0 comments on commit 4260f72

Please sign in to comment.