Skip to content

Commit 168fe90

Browse files
Set the cli back
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent d8b0263 commit 168fe90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_finetune.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88

99
from terratorch.cli_tools import build_lightning_cli
10-
"""
10+
1111
@pytest.mark.parametrize("model_name", ["prithvi_swin_B", "prithvi_swin_L", "prithvi_vit_100", "prithvi_vit_300"])
1212
def test_finetune_multiple_backbones(model_name):
1313

@@ -22,8 +22,8 @@ def test_finetune_multiple_backbones(model_name):
2222
# Running the terratorch CLI
2323
command_list = ["fit", "-c", f"tests/manufactured-finetune_{model_name}.yaml"]
2424
_ = build_lightning_cli(command_list)
25-
"""
2625

26+
"""
2727
@pytest.mark.parametrize("model_name", ["prithvi_swin_B", "prithvi_swin_L", "prithvi_vit_100", "prithvi_vit_300"])
2828
def test_finetune_multiple_backbones(model_name):
2929
@@ -40,4 +40,4 @@ def test_finetune_multiple_backbones(model_name):
4040
command_out = subprocess.run(command_str, shell=True)
4141
4242
assert not command_out.returncode
43-
43+
"""

0 commit comments

Comments
 (0)