示例#1
0
 def test_cellmlToAntimony_str(self):
     ant = te.cellmlToAntimony(self.cellml_str)
     self.assertIsNotNone(ant)
示例#2
0
 def test_cellmlToAntimony_str(self):
     ant = te.cellmlToAntimony(self.cellml_str)
     self.assertIsNotNone(ant)
示例#3
0
 def test_cellmlToAntimony_file(self):
     ant = te.cellmlToAntimony(self.cellml_file)
     self.assertIsNotNone(ant)
示例#4
0
 def test_cellmlToAntimony_file(self):
     ant = te.cellmlToAntimony(self.cellml_file)
     self.assertIsNotNone(ant)