Skip to content

Commit 02963a5

Browse files
again
1 parent 43cabea commit 02963a5

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
@@ -467,7 +467,7 @@ prob = ODEProblem(sys, [], (0, 1.0))
467467
sol = solve(prob, Tsit5())
468468
@test sol[2x[1] + 3x[3] + norm(x)]
469469
2sol[x[1]] + 3sol[x[3]] + sol[norm(x)]
470-
@test sol[x + [y, 2y, 3y]] [sol[x] .+ sol[y]
470+
@test sol[x .+ [y, 2y, 3y]] [sol[x] .+ sol[y]
471471
sol[x] .+ 2sol[y]
472472
sol[x] .+ 3sol[y]]
473473

0 commit comments

Comments
 (0)