Skip to content

Commit

Permalink
Relax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Sep 26, 2023
1 parent 1a96915 commit 023e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/odesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ p2 = (k₁ => 0.04,
k₃ => 1e4)
tspan = (0.0, 100000.0)
prob1 = ODEProblem(sys, u0, tspan, p)
@test prob1.f.sys === sys
@test prob1.f.sys == sys
prob12 = ODEProblem(sys, u0, tspan, [0.04, 3e7, 1e4])
prob13 = ODEProblem(sys, u0, tspan, (0.04, 3e7, 1e4))
prob14 = ODEProblem(sys, u0, tspan, p2)
Expand Down

0 comments on commit 023e024

Please sign in to comment.