Skip to content

Commit 4519544

Browse files
Merge pull request #82 from AayushSabharwal/as/indexing-rework
chore: bump RecursiveArrayTools compat
2 parents 48c20f7 + 9b604c5 commit 4519544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DiffEqBase = "6.5"
2020
FiniteDiff = "2.3"
2121
ForwardDiff = "0.10"
2222
OrdinaryDiffEq = "5.33, 6"
23-
RecursiveArrayTools = "1,2"
23+
RecursiveArrayTools = "1,2,3"
2424
SparseDiffTools = "1.6, 2"
2525
Statistics = "1"
2626
StochasticDiffEq = "6.13"

test/tuple_nodes.jl

+1-1
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)