Open bilalshaikh42 opened 2 years ago
In project 4a6 the sedml file loads the model on line 22 as follows
4a6
<listOfModels> <model id="model" language="urn:sedml:language:cellml.1_1" source="Boron CO2 expts - original eqns - SS--RO--PH.cellml"/> </listOfModels>
However, the source should point to the model.cellml file instead.
model.cellml
<listOfModels> <model id="model" language="urn:sedml:language:cellml.1_1" source="model.cellml"/> </listOfModels>
See validation logs at https://run.biosimulations.org/runs/624e906b06b36564297bec93
In project
4a6
the sedml file loads the model on line 22 as followsHowever, the source should point to the
model.cellml
file instead.