Skip to content

Commit

Permalink
fix: fixed test_numpy_mean frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithFlux committed May 22, 2024
1 parent aa64649 commit 34389b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def test_numpy_mean(
on_device,
keep_dims,
):
input_dtypes, x, axis = dtype_and_x
input_dtypes, x, axis, _, _ = dtype_and_x
where, input_dtypes, test_flags = np_frontend_helpers.handle_where_and_array_bools(
where=where,
input_dtype=input_dtypes,
Expand All @@ -239,6 +239,7 @@ def test_numpy_mean(
axis=axis,
dtype=dtype[0],
out=None,
atol=0.0005,
keepdims=keep_dims,
where=where,
)
Expand Down

0 comments on commit 34389b8

Please sign in to comment.