There was an error while loading. Please reload this page.
1 parent c807332 commit 13c0254Copy full SHA for 13c0254
1 file changed
tests/test_nonzero_numpy.py
@@ -15,7 +15,7 @@
15
@pytest.mark.nonzero_numpy
16
@pytest.mark.parametrize("shape", NONZERO_SHAPES)
17
@pytest.mark.parametrize("dtype", FLOAT_DTYPES + INT_DTYPES + [torch.bool])
18
-def test_accuracy_nonzero_numpy(shape, dtype):
+def test_nonzero_numpy(shape, dtype):
19
if dtype == torch.bool:
20
inp = torch.randint(0, 2, shape, dtype=torch.int, device=flag_gems.device).to(
21
dtype
0 commit comments