예제 #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
 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
 def setUpClass(cls):
     SimulationTest.setup_class_base(
             'TablesTests.mo', 'TablesTest.Table2DfromArray', format='fmu')