Skip to content

Commit a2de647

Browse files
author
Tina Torabi
committed
Efficient ASP and OMP
1 parent 6052032 commit a2de647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_asp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737

3838
# Accuracy test (with/without validation)
3939
function test_accuracy(solvertype)
40-
for (select, tolr, tolc) in [(:final, 12*epsn, 1), ((:byerror, 1.3), 12*epsn, 1), ((:bysize, 360), 1, 15)]
40+
for (select, tolr, tolc) in [(:final, 15*epsn, 1), ((:byerror, 1.3), 15*epsn, 1), ((:bysize, 360), 1, 15)]
4141
solver = solvertype(P=P, select=select, loglevel=0)
4242

4343
# Without validation

0 commit comments

Comments
 (0)