Skip to content

Commit 975f198

Browse files
authored
Okuonghae_ChaosSolitonsFractals2020: convert fixed initial assignments to parameter values (#151)
1 parent 1c54784 commit 975f198

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

Benchmark-Models/Okuonghae_ChaosSolitonsFractals2020/Okuonghae_ChaosSolitonsFractals2020_model.xml

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
</COPASI>
331331
</annotation>
332332
</parameter>
333-
<parameter metaid="COPASI15" id="gamma_i" name="gamma_i" value="0.0666666666666667" units="unit_0" constant="true">
333+
<parameter metaid="COPASI15" id="gamma_i" name="gamma_i" value="0.06666666666666667" units="unit_0" constant="true">
334334
<annotation>
335335
<COPASI xmlns="http://www.copasi.org/static/sbml">
336336
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
@@ -405,7 +405,7 @@
405405
</COPASI>
406406
</annotation>
407407
</parameter>
408-
<parameter metaid="COPASI20" id="sigma" name="sigma" value="0.192307692307692" units="unit_0" constant="true">
408+
<parameter metaid="COPASI20" id="sigma" name="sigma" value="0.1923076923076923" units="unit_0" constant="true">
409409
<annotation>
410410
<COPASI xmlns="http://www.copasi.org/static/sbml">
411411
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
@@ -557,40 +557,6 @@
557557
<ci> symptomatic_start </ci>
558558
</math>
559559
</initialAssignment>
560-
<initialAssignment symbol="gamma_i">
561-
<math xmlns="http://www.w3.org/1998/Math/MathML">
562-
<apply>
563-
<divide/>
564-
<cn> 1 </cn>
565-
<cn> 15 </cn>
566-
</apply>
567-
</math>
568-
</initialAssignment>
569-
<initialAssignment symbol="theta">
570-
<math xmlns="http://www.w3.org/1998/Math/MathML">
571-
<apply>
572-
<times/>
573-
<cn> 1.8999 </cn>
574-
<apply>
575-
<power/>
576-
<cn> 10 </cn>
577-
<apply>
578-
<minus/>
579-
<cn> 12 </cn>
580-
</apply>
581-
</apply>
582-
</apply>
583-
</math>
584-
</initialAssignment>
585-
<initialAssignment symbol="sigma">
586-
<math xmlns="http://www.w3.org/1998/Math/MathML">
587-
<apply>
588-
<divide/>
589-
<cn> 1 </cn>
590-
<cn> 5.2 </cn>
591-
</apply>
592-
</math>
593-
</initialAssignment>
594560
</listOfInitialAssignments>
595561
<listOfRules>
596562
<assignmentRule variable="total_pop">

0 commit comments

Comments
 (0)