Skip to content

Commit

Permalink
grumble grumble
Browse files Browse the repository at this point in the history
  • Loading branch information
joehuchette committed Aug 11, 2015
1 parent 4962085 commit 74307cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/model.jl
Expand Up @@ -21,7 +21,7 @@ const eq = JuMP.repl_eq

modPath = joinpath(Pkg.dir("JuMP"),"test","mod")

const TOL = 1e-5
const TOL = 1e-4

facts("[model] Check error cases") do
@fact_throws Model(solver=:Foo)
Expand Down
2 changes: 1 addition & 1 deletion test/probmod.jl
Expand Up @@ -16,7 +16,7 @@ using JuMP, FactCheck
# If solvers not loaded, load them (i.e running just these tests)
!isdefined(:lp_solvers) && include("solvers.jl")

const TOL = 1e-5
const TOL = 1e-4

facts("[probmod] Testing problem modification basics") do
for solver in lp_solvers
Expand Down

0 comments on commit 74307cb

Please sign in to comment.