We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060653d commit 1d8c4cbCopy full SHA for 1d8c4cb
1 file changed
test/conic_form.jl
@@ -3,7 +3,7 @@
3
# Use of this source code is governed by an MIT-style license that can be found
4
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5
6
-function _test_matrix_equal(A::SparseMatrixCSC, B::SparseMatrixCSC)
+function _test_matrix_equal(A::MOI.Utilities.MutableSparseMatrixCSC, B::SparseMatrixCSC)
7
@test A.m == B.m
8
@test A.n == B.n
9
@test A.nzval ≈ B.nzval atol = ATOL rtol = RTOL
0 commit comments