Skip to content

Commit

Permalink
remove unused kwargs (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeser authored Feb 4, 2025
1 parent 284fc9a commit 57d6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effectful/handlers/indexed.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def gather(value: torch.Tensor, indexset: IndexSet, **kwargs) -> torch.Tensor:


def stack(
values: tuple[torch.Tensor, ...] | list[torch.Tensor], name: str, **kwargs
values: tuple[torch.Tensor, ...] | list[torch.Tensor], name: str
) -> torch.Tensor:
"""Stack a sequence of indexed values, creating a new dimension. The new
dimension is indexed by `dim`. The indexed values in the stack must have
Expand Down

0 comments on commit 57d6544

Please sign in to comment.