Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jan 11, 2024
1 parent ccc06ca commit 5d3787f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- flake8-print==5.0.0

- repo: https://github.com/PyCQA/pydocstyle
rev: 6.3.0
rev: 6.1.1
hooks:
- id: pydocstyle
files: ^tensordict/
2 changes: 1 addition & 1 deletion tensordict/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ def _recv(
if isinstance(value, Tensor):
pass
elif _is_tensor_collection(value.__class__):
_tag = value._recv(src, _tag=_tag, pseudo_rand=pseudo_rand)
_tag = value._recv(src, _tag=_tag, pseudo_rand=pseudo_rand, group=group)
continue
else:
raise NotImplementedError(f"Type {type(value)} is not supported.")
Expand Down

0 comments on commit 5d3787f

Please sign in to comment.