Skip to content

Commit 4f57985

Browse files
test: minor test update for improved callback saving
1 parent 0cc3c71 commit 4f57985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ prob = ODEProblem(sys, [x => 1.0], (0.0, 10.0))
865865
prob2 = @test_nowarn ODEProblem(sys, [x => ones(3), p => ones(3, 3)], (0.0, 10.0))
866866
sol2 = @test_nowarn solve(prob2, Tsit5())
867867

868-
@test sol1.u sol2.u[2:end]
868+
@test sol1.u sol2.u
869869
end
870870

871871
# Requires fix in symbolics for `linear_expansion(p * x, D(y))`

0 commit comments

Comments
 (0)