Skip to content

Commit

Permalink
Circumvent boring minor issue for now
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Aug 9, 2024
1 parent c177911 commit 44f0597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def test_finetune_metrics_from_file(model_name):
command_list = ["fit", "-c", f"tests/manufactured-finetune_{model_name}_metrics_from_file.yaml"]
_ = build_lightning_cli(command_list)

def test_finetune_bands_str():

@pytest.mark.parametrize("model_name", ["prithvi_swin_B"])
def test_finetune_bands_str(model_name):
# Running the terratorch CLI
command_list = ["fit", "-c", f"tests/manufactured-finetune_aspphead.yaml"]
_ = build_lightning_cli(command_list)
Expand Down

0 comments on commit 44f0597

Please sign in to comment.