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