Skip to content

Commit

Permalink
Put minimums in equations so we don't divide by zero.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jan 2, 2025
1 parent c3b4ebe commit 89d657f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions manual-fixes/BIOMD0000000696/BIOMD0000000696_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ a biological device demonstrating desired behaviour.
</COPASI>
</annotation>
</parameter>
<parameter metaid="COPASI42" id="sum_abs_dx8" name="sum(abs_dx8)" value="0" constant="false">
<parameter metaid="COPASI42" id="sum_abs_dx8" name="sum(abs_dx8)" value="1e-15" constant="false">
<annotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:bqbiol="http://biomodels.net/biology-qualifiers/" xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
<rdf:Description rdf:about="#COPASI42">
Expand Down Expand Up @@ -1744,9 +1744,13 @@ a biological device demonstrating desired behaviour.
<ci> Metabolite_16 </ci>
</apply>
<apply>
<minus/>
<ci> x9 </ci>
<ci> Metabolite_17 </ci>
<min/>
<cn type="e-notation"> 1 <sep/> -15 </cn>
<apply>
<minus/>
<ci> x9 </ci>
<ci> Metabolite_17 </ci>
</apply>
</apply>
</apply>
</math>
Expand Down

0 comments on commit 89d657f

Please sign in to comment.