Skip to content

Commit

Permalink
Complete tests
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: Pedro Henrique Conrado <[email protected]>
  • Loading branch information
Joao-L-S-Almeida authored and PedroConrado committed Dec 13, 2024
1 parent 9e3266f commit 74ca62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup_and_cleanup(model_name):
if os.path.isdir(os.path.join("tests", "all_ecos_random")):
shutil.rmtree(os.path.join("tests", "all_ecos_random"))

@pytest.mark.parametrize("model_name", ["prithvi_swin_B", "prithvi_vit_100"])
@pytest.mark.parametrize("model_name", ["prithvi_swin_B", "prithvi_swin_L", "prithvi_vit_100", "prithvi_eo_v2_300", "prithvi_eo_v2_600"])
@pytest.mark.parametrize("case", ["fit", "test", "validate"])
def test_finetune_multiple_backbones(model_name, case):
command_list = [case, "-c", f"tests/resources/configs/manufactured-finetune_{model_name}.yaml"]
Expand Down

0 comments on commit 74ca62a

Please sign in to comment.