Skip to content

Commit b3e89d9

Browse files
committed
up
1 parent 2539200 commit b3e89d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/miscellaneous_tests/symbolic_stoichiometry.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ let
217217
d, Y --> 0
218218
end
219219

220-
u0 = [:X => 1, :Y => 1]
221-
ps_int = [:p => 1.0, :n1 => 3, :n2 => 4, :d => 0.5]
222-
ps_dec = [:p => 1.0, :n1 => 0.5, :n2 => 2.5, :d => 0.5]
220+
u0 = [:X => 8, :Y => 8]
221+
ps_int = [:p => 1.0, :n1 => 3, :n2 => 4, :d => 0.1]
222+
ps_dec = [:p => 1.0, :n1 => 0.5, :n2 => 2.5, :d => 0.1]
223223
tspan = (0.0, 10.0)
224224

225225
# Test ODE simulations with integer coefficients.

0 commit comments

Comments
 (0)