Skip to content

Commit b17a3dc

Browse files
authored
Remove not used tmp_path argument
1 parent 87c1377 commit b17a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/strategies/test_ddp_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def creates_processes_externally(self):
454454
@RunIf(min_cuda_gpus=2, standalone=True, dynamo=True)
455455
@mock.patch("lightning.fabric.wrappers.torch.compile", Mock(wraps=torch.compile))
456456
@mock.patch.dict(os.environ, {})
457-
def test_reapply_compile(tmp_path):
457+
def test_reapply_compile():
458458
"""Test that Trainer can rewrap a compiled module such that compilation happens over the DDP-wrapper."""
459459
trainer = Trainer(accelerator="gpu", devices=2, strategy="ddp", max_steps=2, logger=False)
460460

0 commit comments

Comments
 (0)