From c8b79d276da2fa51ccf676ebb75c4a0367e5cdc2 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 29 Oct 2023 15:41:28 +0100 Subject: [PATCH] remove forgotten print statement --- test/test_gym_builtin_envs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_gym_builtin_envs.py b/test/test_gym_builtin_envs.py index e131c52..efde6fa 100644 --- a/test/test_gym_builtin_envs.py +++ b/test/test_gym_builtin_envs.py @@ -20,8 +20,6 @@ GYM_IDS = [spec.id for spec in gym.envs.registry.values() if GYM_MP_IDS = fancy_gym.ALL_DMC_MOVEMENT_PRIMITIVE_ENVIRONMENTS['all'] SEED = 1 -print(GYM_IDS) - @pytest.mark.parametrize('env_id', GYM_IDS) def test_step_gym_functionality(env_id: str): """Tests that step environments run without errors using random actions."""