Skip to content

Commit bf22650

Browse files
Update test_matrix_variable.py
1 parent 3e249ea commit bf22650

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_matrix_variable.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ def test_catching_errors():
2727
with pytest.raises(Exception):
2828
m.addMatrixCons(y <= rhs)
2929

30-
# test shape mismatch
31-
with pytest.raises(ValueError):
32-
m.addMatrixCons(x == y.sum(), initial=np.array([False, True]))
3330

3431
def test_add_matrixVar():
3532
m = Model()

0 commit comments

Comments
 (0)