We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8625a commit 69430e2Copy full SHA for 69430e2
1 file changed
test/Bridges/Constraint/test_QuadtoSOCBridge.jl
@@ -386,7 +386,6 @@ function test_compute_sparse_sqrt_edge_cases()
386
# Different element type. We could potentially make this work in future,
387
# but it first requires https://github.com/JuliaSmoothOptimizers/LDLFactorizations.jl/pull/142
388
BigFloat[-1.0 0.0; 0.0 1.0],
389
- BigFloat[1.0 0.0; 0.0 2.0],
390
BigFloat[1.0 1.0; 1.0 1.0],
391
]
392
B = SparseArrays.sparse(A)
0 commit comments