Skip to content

Commit

Permalink
Fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 6, 2017
1 parent 84d1fad commit 8d64882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/prob5.2_3stages_niter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function testniter_3stages(niter, K, maxncuts, cutmode, detectlb)
# up to 16 on Windows, up to 15 on Mac OS, <= 14 on Linux
@test 11 <= niter <= 16
else
# up to 19 on Mac OS, <= 18 on Linux
@test 15 <= niter <= 19
# up to 20 on Windows, up to 19 on Mac OS, <= 18 on Linux
@test 15 <= niter <= 20
end
end
else
Expand Down

0 comments on commit 8d64882

Please sign in to comment.