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 2c2fada commit 37ac5e4Copy full SHA for 37ac5e4
tests/tests_pytorch/test_cli.py
@@ -572,7 +572,7 @@ def __init__(self, batch_size: int = 8):
572
self.num_classes = 5 # only available after instantiation
573
574
575
-def test_lightning_cli_link_arguments():
+def test_lightning_cli_link_arguments(cleandir):
576
class MyLightningCLI(LightningCLI):
577
def add_arguments_to_parser(self, parser):
578
parser.link_arguments("data.batch_size", "model.batch_size")
0 commit comments