Skip to content

Commit 3084fe7

Browse files
committed
up
1 parent ca5f3ce commit 3084fe7

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
@@ -56,7 +56,7 @@ begin
5656
@species A(t), B(t), C(t), D(t)
5757
u0_1 = (A => 3.0, B => 2.0, C => 3.0, D => 5.0)
5858
ps_1 = (k => 5.0, α => 2)
59-
u0_2 = [Int64(u[2]) for u in u0_1]
59+
u0_2 = [u[2] for u in u0_1]
6060
ps_2 = [p[2] for p in ps_1]
6161
τ = 1.5
6262

0 commit comments

Comments
 (0)