Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jun 19, 2024
1 parent af032a7 commit 23b0cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -5637,7 +5637,6 @@ def test_update_subtensordict(self, td_name, device, index):
with pytest.raises(RuntimeError, match="a leaf Variable"):
sub_td.update(td0)
return
print("updating", sub_td, "with", td0)
sub_td.update(td0)
assert (sub_td == 2).all()
assert (td[index] == 2).all()
Expand Down

0 comments on commit 23b0cd6

Please sign in to comment.