Skip to content

Commit 1006b19

Browse files
committed
add k value
1 parent 58a6e4f commit 1006b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/miscellaneous_tests/symbolic_stoichiometry.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ let
218218
end
219219

220220
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]
221+
ps_int = (:p => 1.0, :k => 2.0, :n1 => 3, :n2 => 4, :d => 0.1)
222+
ps_dec = [:p => 1.0, :k => 2.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)