I have an SBML file that uses:
<csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol>
(a) in an event trigger and (b) in an event assignment.
Converting the SBML to PSC and loading the resulting file works fine for (a) but (b) fails with the error in the file attached.
The event that causes the error is of the form:
<event id="event_1" name="time event">
<trigger>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<gt/>
<ci> parameter_31 </ci>
<cn> 3600 </cn>
</apply>
</math>
</trigger>
<listOfEventAssignments>
<eventAssignment variable="parameter_55">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol>
</apply>
</math>
</eventAssignment>
</listOfEventAssignments>
</event>
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"