Skip to content

Commit 023e024

Browse files
committed
Relax tests
1 parent 1a96915 commit 023e024

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
@@ -241,7 +241,7 @@ p2 = (k₁ => 0.04,
241241
k₃ => 1e4)
242242
tspan = (0.0, 100000.0)
243243
prob1 = ODEProblem(sys, u0, tspan, p)
244-
@test prob1.f.sys === sys
244+
@test prob1.f.sys == sys
245245
prob12 = ODEProblem(sys, u0, tspan, [0.04, 3e7, 1e4])
246246
prob13 = ODEProblem(sys, u0, tspan, (0.04, 3e7, 1e4))
247247
prob14 = ODEProblem(sys, u0, tspan, p2)

0 commit comments

Comments
 (0)