Skip to content

Commit 13c0254

Browse files
committed
fix: remove accuracy prefix from test function name
1 parent c807332 commit 13c0254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_nonzero_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@pytest.mark.nonzero_numpy
1616
@pytest.mark.parametrize("shape", NONZERO_SHAPES)
1717
@pytest.mark.parametrize("dtype", FLOAT_DTYPES + INT_DTYPES + [torch.bool])
18-
def test_accuracy_nonzero_numpy(shape, dtype):
18+
def test_nonzero_numpy(shape, dtype):
1919
if dtype == torch.bool:
2020
inp = torch.randint(0, 2, shape, dtype=torch.int, device=flag_gems.device).to(
2121
dtype

0 commit comments

Comments
 (0)