Skip to content

Commit 018a9bf

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

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
@@ -218,7 +218,7 @@ let
218218
end
219219

220220
u0 = [:X => 8, :Y => 8]
221-
ps_int = [:p => 1.0, :n1 => 3, :n2 => 4, :d => 0.1]
221+
ps_int = (:p => 1.0, :n1 => 3, :n2 => 4, :d => 0.1)
222222
ps_dec = [:p => 1.0, :n1 => 0.5, :n2 => 2.5, :d => 0.1]
223223
tspan = (0.0, 10.0)
224224

0 commit comments

Comments
 (0)