We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f099ab commit 6b46decCopy full SHA for 6b46dec
test/visualization/latexify.jl
@@ -149,7 +149,7 @@ let
149
# Latexify.@generate_test latexify(rn)
150
@test_broken latexify(rn) == replace(
151
raw"\begin{align*}
152
- \mathrm{Y} &\xrightarrow{Y k} \varnothing
+ \varnothing &\xrightarrow{p} (m + n)\mathrm{X}
153
\end{align*}
154
", "\r\n"=>"\n")
155
end
@@ -178,7 +178,7 @@ end
178
# Tests for system with parametric stoichiometry.
179
let
180
rn = @reaction_network begin
181
- p, 0 --> n*X
+ p, 0 --> (m + n)*X
182
183
184
0 commit comments