Skip to content

Commit 21d6901

Browse files
jClugstorChrisRackauckas
authored andcommitted
fix test
1 parent a29e84e commit 21d6901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BracketingNonlinearSolve/test/adjoint_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ff(u, p) = u^2 .- p[1]
55

66
function solve_nlprob(p)
7-
prob = IntervalNonlinearProblem{false}(ff, [1.0, 2.0], p)
7+
prob = IntervalNonlinearProblem{false}(ff, (1.0, 3.0), p)
88
sol = solve(prob, Broyden())
99
res = sol isa AbstractArray ? sol : sol.u
1010
return sum(abs2, res)

0 commit comments

Comments
 (0)