Skip to content

Commit

Permalink
fix: Fixed positional arguments for 2 staticmethod calls. (ivy-llc#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 authored Nov 20, 2023
1 parent 9eaa54a commit efa1b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ivy/data_classes/container/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,6 @@ def triu_indices(
out: Optional[Union[Tuple[ivy.Array], ivy.Container]] = None,
) -> ivy.Container:
return self.static_triu_indices(
self,
n_rows,
n_cols,
k,
Expand Down
1 change: 0 additions & 1 deletion ivy/data_classes/container/experimental/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ def tril_indices(
device: Optional[Union[ivy.Device, ivy.NativeDevice, ivy.Container]] = None,
) -> ivy.Container:
return self.static_tril_indices(
self,
n_rows,
n_cols,
k,
Expand Down

0 comments on commit efa1b4a

Please sign in to comment.