Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jan 27, 2024
1 parent e193148 commit aebb0fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -3026,9 +3026,7 @@ def test_named_apply_complete(self, td_name, device):
def count(name, value, keys):
keys.add(name)

td.named_apply(
functools.partial(count, keys=keys_complete), nested_keys=True
)
td.named_apply(functools.partial(count, keys=keys_complete), nested_keys=True)
td.named_apply(
functools.partial(count, keys=keys_not_complete), nested_keys=False
)
Expand Down

0 comments on commit aebb0fa

Please sign in to comment.