Skip to content

Commit

Permalink
loosen tolerance on standardproblem4-3d-minimize.mx3
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Nov 7, 2015
1 parent 5a529e3 commit baefb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/standardproblem4-3d-minimize.mx3
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

// minimize
minimize()
TOL := 1e-4
expectv("m", m.average(), vector(0.9669952392578125, 0.12521563470363617, 0), TOL)
TOL := 1e-3
expectv("m", m.average(), vector(0.9669952, 0.12521563, 0), TOL)

0 comments on commit baefb16

Please sign in to comment.