Skip to content
Snippets Groups Projects
Commit 6fadb1f1 authored by Dhruva Gowda Storz's avatar Dhruva Gowda Storz
Browse files

Undid changes to loadSbmlmodel.py as it might have caused the mac travis to fail

parent db83265c
No related branches found
No related tags found
2 merge requests!233Documentation update 2,!225Documentation update #1
......@@ -46,12 +46,12 @@ from moose.chemUtil.add_Delete_ChemicalSolver import *
def main():
"""
This example illustrates loading, running of an SBML model defined in XML format.
Default this file load's 00001-sbml-l3v1.xml which is taken from l3v1 SBML testcase.
Plots are setup.
Model is run for 20sec.
As a general rule we created model under '/path/model' and plots under '/path/graphs'.
If someone wants to load anyother file then
This example illustrates loading, running of an SBML model defined in XML format.
Default this file load's 00001-sbml-l3v1.xml which is taken from l3v1 SBML testcase.
Plots are setup.
Model is run for 20sec.
As a general rule we created model under '/path/model' and plots under '/path/graphs'.
If someone wants to load anyother file then
`python loadSbmlmodel filepath runtime`
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment