Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Aug 2, 2024
1 parent 345a5bd commit 3405a45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ def test_models_forward_shape(
or (isinstance(model_name, list) and model_name[0] != "gnn")
):
pytest.skip("gnn model needs agent dim as input")
if (
packaging.version.parse(torchrl.__version__).local is None
and "gru" in model_name
):
pytest.skip("gru model needs torchrl from github")

torch.manual_seed(0)

Expand Down

0 comments on commit 3405a45

Please sign in to comment.