Skip to content

Commit 6dc2351

Browse files
committed
Remove print statement
1 parent 080e7d5 commit 6dc2351

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/spmd/test_xla_dtensor_to_local.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def test_to_local_requires_grad(self):
6868
# All gradients should be 1.0 since we did a sum()
6969
self.assertTrue(torch.allclose(local_tensor.grad, torch.ones_like(tensor)))
7070

71-
print("Gradient flow test successful")
72-
7371

7472
if __name__ == "__main__":
7573
result = unittest.main(exit=False)

0 commit comments

Comments
 (0)