We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56442af commit 9b604c5Copy full SHA for 9b604c5
test/tuple_nodes.jl
@@ -91,7 +91,7 @@ prob = ODEProblem(f, scenario, (0.0, 1.0))
91
92
sol = solve(prob, Tsit5())
93
94
-@test length(sol[end]) == 12
+@test length(sol[:, end]) == 12
95
96
organ1 .+ organ2
97
scenario .+ scenario
0 commit comments