Skip to content

Commit b0ee3c2

Browse files
Update test_gomory.py
1 parent ad26a0a commit b0ee3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gomory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def sepaexeclp(self):
187187
if not scip.isLPSolBasic():
188188
return {"result": result}
189189

190-
self.model.getNLPBranchCands()
190+
assert type(self.model.getNLPBranchCands()) == int
191191
# get var data ---> this is the same as getVars!
192192
vars = scip.getVars(transformed = True)
193193

0 commit comments

Comments
 (0)