Skip to content

Commit

Permalink
Updated test_tensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskiratsingh2000 authored Sep 13, 2023
1 parent 0d37339 commit 152ba7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def test_paddle_is_floating_point(

# quantile
@handle_frontend_method(
fn_tree="paddle.quantile",
init_tree="paddle.to_tensor",
dtype_and_x=_statistical_dtype_values(function="quantile"),
q=st.floats(0.0, 1.0),
keepdim=st.booleans(),
Expand Down

0 comments on commit 152ba7e

Please sign in to comment.