Skip to content

Commit 723b16a

Browse files
committed
Merge branch 'handle_different_paraemter_types' of github.com:SciML/Catalyst.jl into handle_different_paraemter_types
2 parents 63f5228 + ca6558a commit 723b16a

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

6363
# Creates `ReactionSystem` model.

0 commit comments

Comments
 (0)