Skip to content

Commit

Permalink
fixed paddle.triu test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJay07 committed Mar 13, 2024
1 parent b2bc71c commit cb09746
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ivy/functional/frontends/paddle/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,15 @@ def tril_indices(row, col, offset=0, dtype="int64"):
return arr


@with_unsupported_dtypes(
@with_supported_dtypes(
{
"2.6.0 and below": (
"uint8",
"int8",
"int16",
"float16",
"float64",
"floar32",
"int32",
"int64",
"complex64",
"complex128",
"bool",
)
},
"paddle",
Expand Down

0 comments on commit cb09746

Please sign in to comment.