Skip to content

Commit 00f87a2

Browse files
committed
Merge branch 'handle_units' of github.com:SciML/Catalyst.jl into handle_units
2 parents 3aed7fd + 018a9bf commit 00f87a2

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)