From 6fadb1f1998a2dab256c8ce7a33259d01552b277 Mon Sep 17 00:00:00 2001 From: Dhruva Gowda Storz <dhruvastorz@gmail.com> Date: Thu, 18 Jan 2018 17:06:04 +0530 Subject: [PATCH] Undid changes to loadSbmlmodel.py as it might have caused the mac travis to fail --- moose-examples/snippets/loadSbmlmodel.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/moose-examples/snippets/loadSbmlmodel.py b/moose-examples/snippets/loadSbmlmodel.py index f32e6c0e..3237cfed 100644 --- a/moose-examples/snippets/loadSbmlmodel.py +++ b/moose-examples/snippets/loadSbmlmodel.py @@ -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` """ -- GitLab