Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corrected implementation of where param numpy mean #23477

Merged
merged 8 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
include a_tol, r_tol
ShreyanshBardia authored Sep 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5072414765ceb81d8e839e78705e4298fd17259e
Original file line number Diff line number Diff line change
@@ -236,6 +236,8 @@ def test_numpy_mean(
test_flags=test_flags,
fn_tree=fn_tree,
on_device=on_device,
atol=1e-2,
rtol=1e-2,
a=x[0],
axis=axis,
dtype=dtype[0],