コード例 #1
0
 def test_cellmlToAntimony_str(self):
     ant = te.cellmlToAntimony(self.cellml_str)
     self.assertIsNotNone(ant)
コード例 #2
0
ファイル: test_tellurium.py プロジェクト: kirichoi/tellurium
 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
ファイル: test_tellurium.py プロジェクト: kirichoi/tellurium
 def test_cellmlToAntimony_file(self):
     ant = te.cellmlToAntimony(self.cellml_file)
     self.assertIsNotNone(ant)