We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f60b1 commit 195ffc8Copy full SHA for 195ffc8
tests/algorithms/test_nonconstant_bounds.py
@@ -30,7 +30,7 @@ def solve_problem(n, n_ref, u_init=None, maxiter=1000, gtol=1e-15, ftol=-np.inf
30
31
# x0 should be a grid point
32
33
- beta = 0.0
+ beta = 0.001
34
lb = Expression("-1", degree = 0)
35
ub = Expression("1+0.1*sin(2*pi*x[0])", degree = 0)
36
0 commit comments