Skip to content

Commit e9e8e62

Browse files
consistency
1 parent b0ee3c2 commit e9e8e62

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

0 commit comments

Comments
 (0)