Skip to content

Commit

Permalink
fixed triu teest
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJay07 committed Mar 13, 2024
1 parent 7220932 commit 8cafb0d
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 @@ -176,16 +176,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 8cafb0d

Please sign in to comment.