Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Feb 5, 2024
1 parent bee9bf1 commit 42927e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -4156,6 +4156,7 @@ def test_squeeze_with_none(self, td_name, device, squeeze_dim=None):
assert (td.get("a") == 1).all()

@pytest.mark.filterwarnings("error")
@set_lazy_legacy(True)
def test_stack_onto(self, td_name, device, tmpdir):
torch.manual_seed(1)
td = getattr(self, td_name)(device)
Expand Down

0 comments on commit 42927e9

Please sign in to comment.