Skip to content

Commit efc64ca

Browse files
authored
Modify silent mode settings in test function
Comment out the silent mode setting and add silent inner mode setting.
1 parent d2f77d9 commit efc64ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/algorithms/test_EpsilonConstraint.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ end
2626
function test_vOptLib_runtests()
2727
model = MOA.Optimizer(HiGHS.Optimizer)
2828
MOI.set(model, MOA.Algorithm(), MOA.EpsilonConstraint())
29-
MOI.set(model, MOI.Silent(), true)
29+
# MOI.set(model, MOI.Silent(), true)
30+
MOI.set(model, MOA.SilentInner(), false)
3031
vOptLib.run_tests(model)
3132
return
3233
end

0 commit comments

Comments
 (0)