Skip to content

Commit 55200df

Browse files
committed
Remove debug print from test_dropout.py
1 parent 33ed932 commit 55200df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_dropout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def test_cuda(shape, dtype, atol, rtol):
3030
reference_output.nonzero().numel() / reference_output.ndim / input.numel()
3131
)
3232

33-
print(abs(ninetoothed_non_zero_ratio - reference_non_zero_ratio))
34-
3533
assert abs(ninetoothed_non_zero_ratio - reference_non_zero_ratio) < 0.1
3634

3735
assert torch.allclose(

0 commit comments

Comments
 (0)