Skip to content

Commit 0d94e19

Browse files
committed
bump rerun number
1 parent 4be38c5 commit 0d94e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchsparsegradutils/tests/test_sparse_triangular_solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_tri_solve_forward_routine(layout, device, value_dtype, index_dtype, sha
131131
assert torch.allclose(res_test, res_ref, atol=ATOL, rtol=RTOL)
132132

133133

134-
@pytest.mark.flaky(reruns=5)
134+
@pytest.mark.flaky(reruns=10)
135135
def test_tri_solve_backward_routine(layout, device, value_dtype, index_dtype, shapes, upper, unitriangular, transpose):
136136
if sys.platform == "win32" and device == torch.device("cpu"):
137137
pytest.skip("Skipping triangular solve CPU tests as solver not implemented for Windows OS")

0 commit comments

Comments
 (0)