Skip to content

Commit 195ffc8

Browse files
authored
Update test_nonconstant_bounds.py
1 parent 27f60b1 commit 195ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algorithms/test_nonconstant_bounds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def solve_problem(n, n_ref, u_init=None, maxiter=1000, gtol=1e-15, ftol=-np.inf
3030

3131
# x0 should be a grid point
3232

33-
beta = 0.0
33+
beta = 0.001
3434
lb = Expression("-1", degree = 0)
3535
ub = Expression("1+0.1*sin(2*pi*x[0])", degree = 0)
3636

0 commit comments

Comments
 (0)