Skip to content

Commit 64d24c4

Browse files
Update tests/test_matrix_variable.py
1 parent 1e8d83c commit 64d24c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_matrix_variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_expr_from_matrix_vars():
167167
def test_matrix_sum_argument():
168168
m = Model()
169169

170-
# compare the result of summing 2d array to a scaler with a scaler
170+
# compare the result of summing 2d array to a scalar with a scalar
171171
x = m.addMatrixVar((2, 3), "x", "I", ub=4)
172172
m.addCons(x.sum() == 24)
173173

0 commit comments

Comments
 (0)