Skip to content

Commit

Permalink
Update test_stat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskiratsingh2000 authored Sep 14, 2023
1 parent e47a288 commit bb41410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ivy_tests/test_ivy/test_frontends/test_paddle/test_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_paddle_quantile(
test_flags,
):
input_dtypes, x, axis = dtype_and_x
axis = int(axis)
helpers.test_frontend_function(
input_dtypes=input_dtypes,
frontend=frontend,
Expand All @@ -157,7 +158,7 @@ def test_paddle_quantile(
on_device=on_device,
x=x[0],
q=q,
axis=int,
axis=axis,
keepdim=keepdim,
)

Expand Down

0 comments on commit bb41410

Please sign in to comment.