Пример #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)