Skip to content

Commit 2e698d5

Browse files
committed
Clean up tests
1 parent ffb7cd5 commit 2e698d5

File tree

4 files changed

+390
-406
lines changed

4 files changed

+390
-406
lines changed

src/MatrixOptInterface.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
module MatrixOptInterface
77

88
using LinearAlgebra, SparseArrays
9+
import FillArrays
910
using MathOptInterface
1011
const MOI = MathOptInterface
1112
const MOIU = MathOptInterface.Utilities
@@ -67,6 +68,6 @@ end
6768
include("sparse_matrix.jl")
6869
include("conic_form.jl")
6970
include("matrix_input.jl")
70-
include("change_form.jl")
71+
#include("change_form.jl")
7172

7273
end

0 commit comments

Comments
 (0)