Skip to content

Commit 69430e2

Browse files
committed
Update
1 parent ee8625a commit 69430e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/Bridges/Constraint/test_QuadtoSOCBridge.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ function test_compute_sparse_sqrt_edge_cases()
386386
# Different element type. We could potentially make this work in future,
387387
# but it first requires https://github.com/JuliaSmoothOptimizers/LDLFactorizations.jl/pull/142
388388
BigFloat[-1.0 0.0; 0.0 1.0],
389-
BigFloat[1.0 0.0; 0.0 2.0],
390389
BigFloat[1.0 1.0; 1.0 1.0],
391390
]
392391
B = SparseArrays.sparse(A)

0 commit comments

Comments
 (0)