Skip to content

Commit 1d8c4cb

Browse files
committed
Fix
1 parent 060653d commit 1d8c4cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conic_form.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Use of this source code is governed by an MIT-style license that can be found
44
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
55

6-
function _test_matrix_equal(A::SparseMatrixCSC, B::SparseMatrixCSC)
6+
function _test_matrix_equal(A::MOI.Utilities.MutableSparseMatrixCSC, B::SparseMatrixCSC)
77
@test A.m == B.m
88
@test A.n == B.n
99
@test A.nzval B.nzval atol = ATOL rtol = RTOL

0 commit comments

Comments
 (0)