Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Oct 13, 2024
1 parent 3733e96 commit 9a72180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a72180

Please sign in to comment.