Skip to content

Commit 7fdd379

Browse files
committed
update
1 parent 9407846 commit 7fdd379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nonlinearsolve_wpdiagram_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using NonlinearSolve, DiffEqDevTools, Plots
33

44
# Prepares NonlinearProblem.
55
let
6-
f(u, p) = u .* u .- p
6+
f(u, p) = u .- p
77
u0 = [1.0, 1.0]
88
p = 2.0
99
static_prob = NonlinearProblem(f, u0, p)

0 commit comments

Comments
 (0)