Skip to content

Commit ca6558a

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

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
@@ -54,7 +54,7 @@ begin
5454
u0_1 = [A => 3.0, B => 2.0, C => 3.0, D => 5.0]
5555
ps_1 = [k => 5.0, α => 2.0]
5656
u0_2 = [Int64(u[2]) for u in u0_1]
57-
ps_2 = [Int64(p[2]) for p in ps_1]
57+
ps_2 = Tuple(p[2] for p in ps_1)
5858
τ = 1.5
5959

6060
# Creates `ReactionSystem` model.

0 commit comments

Comments
 (0)