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 89d657f commit 7029d9a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions manual-fixes/BIOMD0000000696/BIOMD0000000696_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,12 @@ a biological device demonstrating desired behaviour.
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<cn> 1 </cn>
<ci> J1 </ci>
<cn type="integer"> 1 </cn>
<apply>
<max/>
<cn type="e-notation"> 1 <sep/> -15 </cn>
<ci> J1 </ci>
</apply>
</apply>
</math>
</assignmentRule>
Expand All @@ -1744,7 +1748,7 @@ a biological device demonstrating desired behaviour.
<ci> Metabolite_16 </ci>
</apply>
<apply>
<min/>
<max/>
<cn type="e-notation"> 1 <sep/> -15 </cn>
<apply>
<minus/>
Expand All @@ -1759,8 +1763,12 @@ a biological device demonstrating desired behaviour.
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<cn> 1 </cn>
<ci> J2 </ci>
<cn type="integer"> 1 </cn>
<apply>
<max/>
<cn type="e-notation"> 1 <sep/> -15 </cn>
<ci> J2 </ci>
</apply>
</apply>
</math>
</assignmentRule>
Expand Down

0 comments on commit 7029d9a

Please sign in to comment.