Skip to content

Commit 45f8e8c

Browse files
🤖 Format .jl files (#93)
Co-authored-by: geoffroyleconte <[email protected]>
1 parent a2ff58a commit 45f8e8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_presolve.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ end
110110
@test psqp.meta.lcon == psqp.meta.ucon == bps_true
111111
@test psqp.meta.ncon == 3
112112

113-
sol_in = QMSolution([4.0; 7.0; 4.0], [2.0; 2.0; 4.0], sparse([3.0; 4.0; 2.0]), sparse([0.0; 3.0; 0.0]))
113+
sol_in =
114+
QMSolution([4.0; 7.0; 4.0], [2.0; 2.0; 4.0], sparse([3.0; 4.0; 2.0]), sparse([0.0; 3.0; 0.0]))
114115
sol = postsolve(qp, psqp, sol_in)
115116
@test sol.y == [2.0; 0.0; 0.0; 2.0; 0.0; 4.0]
116117
end

0 commit comments

Comments
 (0)