We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfef3a4 commit 1f80805Copy full SHA for 1f80805
torch_np/tests/test_reductions.py
@@ -259,7 +259,7 @@ def test_mean_values(self):
259
res = np.mean(mat, axis=axis) * mat.size
260
assert_allclose(res, tgt)
261
262
- @pytest.mark.xfail(reason="XXX: mean(..., dtype=..) smarter dtype selection")
+ @pytest.mark.xfail(reason="see pytorch/gh-91597")
263
def test_mean_float16(self):
264
# This fail if the sum inside mean is done in float16 instead
265
# of float32.
0 commit comments