Skip to content

Commit 191b9a1

Browse files
fixup! fixup! test: test remaking of initialization problem
1 parent 061a81f commit 191b9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ sol = solve(oprob_2nd_order_2, Rosenbrock23()) # retcode: Success
585585
prob = ODEProblem(sys, u0map, (0.0, 1.0))
586586
test_parameter(prob, p, 2.0)
587587
test_initializesystem(sys, u0map, pmap, p, 0 ~ p - x - y)
588-
prob2 = remake(prob; u0 = u0map, p = pmap)
588+
prob2 = remake(prob; u0 = u0map)
589589
prob2.ps[p] = 0.0
590590
test_parameter(prob2, p, 2.0)
591591

0 commit comments

Comments
 (0)