Skip to content

Commit 27826c5

Browse files
Update test/nonlinearsystem.jl
1 parent f27c814 commit 27826c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nonlinearsystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ testdict = Dict([:test => 1])
229229
@test prob_.p == [1.1, 1.2, 1.3]
230230

231231
prob_ = remake(prob, u0 = Dict(y => 2.0), p = Dict(a => 2.0))
232-
@test_broken prob_.u0 == [1.0, 2.0, 1.0] # TODO: needs a `remake(prob::NonlinearProblem, ...)` in SciMLBase
233-
@test_broken prob_.p == [2.0, 1.0, 1.0]
232+
@test prob_.u0 == [1.0, 2.0, 1.0]
233+
@test prob_.p == [2.0, 1.0, 1.0]
234234
end

0 commit comments

Comments
 (0)