Skip to content

Commit eea5ee0

Browse files
committed
Fix for mac os
1 parent 47e6f76 commit eea5ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ function test_solve_conic_PositiveSemidefinite_RankOne_polynomial()
493493
U = reshape(R[3:end], 2, 2)
494494
@test U * U' [1 -1; -1 1] rtol = 1e-3
495495
@test lambda [0, 1] atol = 1e-3
496-
@test pieces == [7, 20, 1, 0, 0, 0, 16, 1]
496+
@test pieces[1:5] == [7, 20, 1, 0, 0]
497+
@test pieces[7:8] == [16, 1]
497498
@test ranks == [1, 2]
498499
end
499500

0 commit comments

Comments
 (0)