Skip to content

Commit 3cdb778

Browse files
committed
Remove test call
1 parent df6aed4 commit 3cdb778

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_matrix_variable.py

-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ def test_MatrixVariable_attributes():
312312
assert x.getAvgSol().tolist() == [[5, 6], [2, 8]]
313313
assert x.varMayRound().tolist() == [[True, True], [True, True]]
314314

315-
316-
test_MatrixVariable_attributes()
317-
318315
@pytest.mark.skip(reason="Performance test")
319316
def test_performance():
320317
start_orig = time()

0 commit comments

Comments
 (0)