Skip to content

Commit

Permalink
Fix ivy.floor (ivy-llc#27855)
Browse files Browse the repository at this point in the history
Co-authored-by: NripeshN <[email protected]>
  • Loading branch information
samthakur587 and NripeshN authored Jan 8, 2024
1 parent 069a279 commit 3318cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/backends/paddle/elementwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def ceil(x: paddle.Tensor, /, *, out: Optional[paddle.Tensor] = None) -> paddle.


@with_supported_dtypes(
{"2.5.1 and below": ("float16", "float32", "float64", "complex")},
{"2.5.1 and below": ("float32", "float64", "complex")},
backend_version,
)
def floor(x: paddle.Tensor, /, *, out: Optional[paddle.Tensor] = None) -> paddle.Tensor:
Expand Down

0 comments on commit 3318cd1

Please sign in to comment.