Skip to content

Commit

Permalink
fix: jax.numpy.nanpercentile frontend test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed May 20, 2024
1 parent c76dae6 commit 91c8c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ def test_jax_var(
test_gradients=st.just(False),
test_with_out=st.just(False),
)
def test_nanpercentile(
def test_jax_nanpercentile(
*, dtype_and_x, keep_dims, test_flags, backend_fw, fn_name, on_device
):
input_dtype, x, axis, interpolation, q = dtype_and_x
Expand Down

0 comments on commit 91c8c31

Please sign in to comment.