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 79686c5 commit 858a2b5Copy full SHA for 858a2b5
test/reactions.jl
@@ -139,4 +139,5 @@ m = SBML.Model(species = Dict("s" => s), reactions = Dict("r1" => r))
139
140
@test isnan(SBMLToolkit.get_massaction(k1 * s1 * s2, [s1], [1]))
141
@test isnan(SBMLToolkit.get_massaction(k1 + c1, [s1], [1]))
142
+@test isnan(SBMLToolkit.get_massaction(s1 + ifelse(s1 < k1, s1, k1), [s1], [1]))
143
@test_throws ErrorException SBMLToolkit.get_massaction(k1, nothing, [1])
0 commit comments