Skip to content

Commit ef0a035

Browse files
TorkelEisaacsas
andauthored
Update test/miscellaneous_tests/symbolic_stoichiometry.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent ca6558a commit ef0a035

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
@@ -73,8 +73,8 @@ let
7373
k,α = p
7474
A,B,C,D = u
7575
n = 2 * α^2
76-
rl = t * k / factorial(Int64(n)) * A^n
77-
rl2 = A^α * B^2 / (2 * factorial(Int64(α)))
76+
rl = t * k / factorial(n) * A^n
77+
rl2 = A^α * B^2 / (2 * factorial(α))
7878

7979
du = zeros(4)
8080
du[1] = -n * rl - α * rl2

0 commit comments

Comments
 (0)