Skip to content

Commit 87c1377

Browse files
authored
Update test_ddp_integration.py
1 parent 9bc5774 commit 87c1377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tests_pytorch/strategies/test_ddp_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,3 @@ def test_reapply_compile(tmp_path):
476476
# Smoke-testing forward to ensure we don't get compilation errors
477477
for _ in range(3):
478478
trainer_model(torch.randn(2, 32, device="gpu")).sum().backward()
479-
assert True

0 commit comments

Comments
 (0)