We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc843f6 commit 7197f8aCopy full SHA for 7197f8a
1 file changed
test/conic_form.jl
@@ -11,7 +11,7 @@ function _test_matrix_equal(
11
@test A.m == B.m
12
@test A.n == B.n
13
@test A.nzval ≈ B.nzval atol = ATOL rtol = RTOL
14
- shift = I isa MOI.Utilities.OneBasedIndexing ? 0 : 1
+ shift = I == MOI.Utilities.OneBasedIndexing ? 0 : 1
15
@test A.rowval .+ shift == B.rowval
16
@test A.colptr .+ shift == B.colptr
17
end
0 commit comments