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 cdf7281 commit e47a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 @@ -157,7 +157,7 @@ def test_paddle_quantile(
on_device=on_device,
x=x[0],
q=q,
axis=axis,
axis=int,
keepdim=keepdim,
)

Expand Down

0 comments on commit e47a288

Please sign in to comment.