def test_green_wave(self): # test the example in the absence of inflows alg_run, env_name, config = green_wave_setup(use_inflows=False) self.run_exp(alg_run, env_name, config) # test the example in the presence of inflows alg_run, env_name, config = green_wave_setup(use_inflows=True) self.run_exp(alg_run, env_name, config)
def test_green_wave(self): alg_run, env_name, config = green_wave_setup() self.run_exp(alg_run, env_name, config)