Skip to content

Commit b5c4f7c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous_tests/symbolic_stoichiometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ let
146146
function r1(u, p, t)
147147
k, α = p
148148
A = u[1]
149-
t * k * binomial(Int64(A), Int64(2 * α^2))
149+
t * k * binomial(A, 2 * α^2)
150150
end
151151
function affect1!(integrator)
152152
k, α = integrator.p

0 commit comments

Comments
 (0)