Skip to content

Commit 0deb075

Browse files
committed
fix findscope tests
1 parent 1656584 commit 0deb075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_findscope.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def test_findscope(self, algorithm):
2929
constraints = toplevel_list(oracle_model.constraints)
3030

3131
instance = ca.ProblemInstance(variables=cp.cpm_array(vars_array))
32+
instance.bias = [10 * c + d == 3 * (10 * a + b), 10 * d + a == 2 * (10 * b + c)]
3233
ca_env = ca.ActiveCAEnv(find_scope=algorithm)
3334

3435
for con in range(len(constraints)):

0 commit comments

Comments
 (0)