Exemplo n.º 1
0
 def test_cellmlToSBML_str(self):
     sbml = te.cellmlToSBML(self.cellml_str)
     self.assertIsNotNone(sbml)
Exemplo n.º 2
0
 def test_cellmlToSBML_str(self):
     sbml = te.cellmlToSBML(self.cellml_str)
     self.assertIsNotNone(sbml)
Exemplo n.º 3
0
 def test_cellmlToSBML_file(self):
     sbml = te.cellmlToSBML(self.cellml_file)
     self.assertIsNotNone(sbml)
Exemplo n.º 4
0
 def test_cellmlToSBML_file(self):
     sbml = te.cellmlToSBML(self.cellml_file)
     self.assertIsNotNone(sbml)