Skip to content

Commit 3f918fc

Browse files
authored
Fix
1 parent bce7f9f commit 3f918fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/distance_to_set.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function test_positivesemidefiniteconesquare()
313313
MOI.PositiveSemidefiniteConeSquare(2),
314314
[1.0, 0.0, 0.0, 1.0] => 0.0,
315315
[1.0, -1.0, -1.0, 1.0] => 0.0,
316-
[1.0, -2.0, -2.0, 1.0] => 1.0
316+
[1.0, -2.0, -2.0, 1.0] => 1.0,
317317
[1.0 1.1; 1.1 -2.3] => 2.6330532015051946;
318318
mismatch = [1.0],
319319
)

0 commit comments

Comments
 (0)