Skip to content

Commit e821a9d

Browse files
author
Dilawar Singh
committed
Fixes due to API change in SBML support.
moose.readSBML -> moose.mooseReadSBML moose.writeSBML -> moose.mooseWriteSBML Related to #156, #164
1 parent bb8c850 commit e821a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_sbml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
def main():
2424
modelname = os.path.join(modeldir, './chem_models/00001-sbml-l3v1.xml' )
25-
model = moose.readSBML( modelname, '/sbml' )
25+
model = moose.mooseReadSBML( modelname, '/sbml' )
2626
print( model )
2727
c = moose.Clock('/clock')
2828
moose.reinit()

0 commit comments

Comments
 (0)