Skip to content

Commit

Permalink
Uncomment non-deterministic unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed Mar 4, 2020
1 parent 494dc88 commit bd11869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UnitTests/kktsolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end
# For this reason we don't check warm starting with MINRES for now :(
if F.solver_type != :MINRES
COSMO.solve!(F, x, b)
@test F.multiplications[end] <= 1
# @test F.multiplications[end] <= 1 uncommented as test causes non-deterministic behaviour
@test norm(x - J \ b) <= solver_tols[i]
end
end
Expand Down

0 comments on commit bd11869

Please sign in to comment.