We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237b4d8 commit 795f9f0Copy full SHA for 795f9f0
tests/overrides/test_data_parallel.py
@@ -6,7 +6,7 @@
6
from pytorch_lightning.overrides.data_parallel import LightningDistributedModule, LightningParallelModule
7
8
9
-@pytest.mark.parametrize(['wrapper_class'], [
+@pytest.mark.parametrize("wrapper_class", [
10
LightningParallelModule,
11
LightningDistributedModule,
12
])
@@ -34,7 +34,7 @@ def test_lightning_distributed_module_methods(wrapper_class):
34
pl_module.validation_step.assert_called_with(batch, batch_idx)
35
36
37
38
39
40
0 commit comments