Skip to content

Either remove L3 versions of size-zero compartment tests (like 48) or flag those species hasOnlySubstanceUnits="true" #85

Open
@paulflang

Description

I do not know why it is possible to get a simulation result for test case 48. We have

  • an unsized zero dimensional compartment: <compartment id="compartment" name="compartment" spatialDimensions="0" constant="true"/>,
  • a Species S1 that with has_only_substance_units="false": <species id="S1" name="S1" compartment="compartment" initialAmount="0.015" substanceUnits="substance" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>, and
  • a kineticLaw that contains S1:
<kineticLaw>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <apply>
      <times/>
      <ci> k1 </ci>
      <ci> S1 </ci>
    </apply>
  </math>
</kineticLaw>

Now I would think that this model cannot be solved, cause the concentration, not the amount of S1 needs to be plugged into the kineticLaw. However, we cannot know the concentration of S1, as we don't know the size of compartment. What am I getting wrong?

(Please let me know if there is a better channel to discuss this)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions