Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed May 31, 2024
1 parent 69a1235 commit 8a30f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ def test_gym_spec_cast(self, categorical):
@pytest.mark.parametrize("order", ["tuple_seq"])
@implement_for("gym")
def test_gym_spec_cast_tuple_sequential(self, order):
pytest.skip("Sequence not available in gym")
torchrl_logger.info("Sequence not available in gym")
return

# @pytest.mark.parametrize("order", ["seq_tuple", "tuple_seq"])
@pytest.mark.parametrize("order", ["tuple_seq"])
Expand Down

0 comments on commit 8a30f71

Please sign in to comment.