Skip to content

Commit a3c2a48

Browse files
committed
fix pipeline
1 parent 7b55a7b commit a3c2a48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_vars.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
from pyscipopt import Model, SCIP_PARAMSETTING, SCIP_BRANCHDIR
2-
3-
from tests.helpers.utils import random_mip_1
4-
2+
from helpers.utils import random_mip_1
53

64
def test_variablebounds():
7-
85
m = Model()
96

107
x0 = m.addVar(lb=-5, ub=8)

0 commit comments

Comments
 (0)