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 858a2b5 commit 5b52c81Copy full SHA for 5b52c81
src/rules.jl
@@ -34,7 +34,7 @@ extensive_kinetic_math(m::SBML.Model, formula::SBML.Math) = SBML.interpret_math(
34
if isnothing(m.compartments[sp.compartment].size) &&
35
!seemsdefined(sp.compartment, m)
36
if m.compartments[sp.compartment].spatial_dimensions == 0
37
- # If the comparment ID doesn't seem directly defined anywhere
+ # If the compartment ID doesn't seem directly defined anywhere
38
# and it is a zero-dimensional unsized compartment, just avoid
39
# any sizing questions.
40
return x
0 commit comments