From 9a7218051f50da7faaf9c586947ef60d28433fe8 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas Date: Sun, 13 Oct 2024 08:46:01 +0300 Subject: [PATCH] . --- tests/test_envs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_envs.py b/tests/test_envs.py index 3bcb9569..d94984a8 100644 --- a/tests/test_envs.py +++ b/tests/test_envs.py @@ -53,7 +53,7 @@ def test_env(spec): @pytest.mark.parametrize( - "env_spec", all_testing_env_specs, ids=[env.id for env in all_testing_env_specs] + "env_spec", non_mujoco_py_env_specs, ids=[env.id for env in non_mujoco_py_env_specs] ) def test_env_determinism_rollout(env_spec: EnvSpec): """Run a rollout with two environments and assert equality.