Skip to content

Commit 9b604c5

Browse files
test: fix solution indexing in test
1 parent 56442af commit 9b604c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tuple_nodes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ prob = ODEProblem(f, scenario, (0.0, 1.0))
9191

9292
sol = solve(prob, Tsit5())
9393

94-
@test length(sol[end]) == 12
94+
@test length(sol[:, end]) == 12
9595

9696
organ1 .+ organ2
9797
scenario .+ scenario

0 commit comments

Comments
 (0)