コード例 #1
0
 def setUpClass(cls):
     cls.curr_dir = os.path.dirname(os.path.abspath(__file__))
     os.chdir(path_to_mofiles)
     SimulationTest.setup_class_base('TablesTests.mo',
                                     'TablesTest.Table1DfromFile')
コード例 #2
0
 def setUpClass(cls):
     SimulationTest.setup_class_base('TablesTests.mo',
                                     'TablesTest.Table2DfromArray')
コード例 #3
0
ファイル: test_tables.py プロジェクト: jnorthrup/jmodelica
 def setUpClass(cls):
     cls.curr_dir = os.path.dirname(os.path.abspath(__file__))
     os.chdir(path_to_mofiles)
     SimulationTest.setup_class_base(
             'TablesTests.mo', 'TablesTest.Table2DfromFile', format='fmu')
コード例 #4
0
 def setUpClass(cls):
     SimulationTest.setup_class_base('TablesTests.mo',
                                     'TablesTest.Table1DfromArray',
                                     format='fmu')
コード例 #5
0
ファイル: test_tables.py プロジェクト: jnorthrup/jmodelica
 def setUpClass(cls):
     SimulationTest.setup_class_base(
             'TablesTests.mo', 'TablesTest.Table2DfromArray', format='fmu')