vendor/scs/test/problems/hs21_tiny_qp.h in scs-0.4.0 vs vendor/scs/test/problems/hs21_tiny_qp.h in scs-0.4.1

- old
+ new

@@ -66,10 +66,10 @@ k->bu = bu; scs_set_default_settings(stgs); stgs->eps_abs = 1e-6; stgs->eps_rel = 1e-6; - stgs->eps_infeas = 1e-9; + stgs->eps_infeas = 0.; /* disable due to gpu test finding cert */ exitflag = scs(d, k, stgs, sol, &info); perr = info.pobj - opt; derr = info.dobj - opt;