Skip to content

Commit

Permalink
maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
Arwa45 committed Jun 28, 2023
1 parent 3baa52f commit 66700ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/frontends/paddle/tensor/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ def fmin(self, y, name=None):
)
def minimum(self, y, name=None):
y_ivy = _to_ivy_array(y)
return ivy.minimum(self._ivy_array, y_ivy)
return ivy.minimum(self._ivy_array, y_ivy)

0 comments on commit 66700ef

Please sign in to comment.