Esempio n. 1
0
def setup_module():
    global component
    component = Component()
def test_irf():
    component = Component()
    component.initialize(cfg_file)
    component.update(1.0)
    component.finalize()
def setup_module():
    global component
    component = Component()
    os.chdir(data_dir)
    if os.path.exists(out_dir) is False:
        os.mkdir(out_dir)