Skip to content

Commit 6065611

Browse files
Update test_matrix_variable.py
1 parent 3cdb778 commit 6065611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_matrix_variable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def test_MatrixVariable_attributes():
300300
assert x.vtype().tolist() == [['CONTINUOUS', 'CONTINUOUS'], ['CONTINUOUS', 'CONTINUOUS']]
301301
assert x.isInLP().tolist() == [[False, False], [False, False]]
302302
assert x.getIndex().tolist() == [[0, 1], [2, 3]]
303-
#assert x.getCol().tolist()# == [[5, 6], [2, 8]]
304303
assert x.getLbGlobal().tolist() == [[0, 0], [0, 0]]
305304
assert x.getUbGlobal().tolist() == [[5, 6], [2, 8]]
306305
assert x.getObj().tolist() == [[1, 1], [1, 1]]

0 commit comments

Comments
 (0)