Exemplo n.º 1
0
 def test_cellmlToAntimony_str(self):
     ant = te.cellmlToAntimony(self.cellml_str)
     self.assertIsNotNone(ant)
Exemplo n.º 2
0
 def test_cellmlToAntimony_str(self):
     ant = te.cellmlToAntimony(self.cellml_str)
     self.assertIsNotNone(ant)
Exemplo n.º 3
0
 def test_cellmlToAntimony_file(self):
     ant = te.cellmlToAntimony(self.cellml_file)
     self.assertIsNotNone(ant)
Exemplo n.º 4
0
 def test_cellmlToAntimony_file(self):
     ant = te.cellmlToAntimony(self.cellml_file)
     self.assertIsNotNone(ant)