We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1443fa commit d609b78Copy full SHA for d609b78
tests/test_finetune.py
@@ -24,7 +24,7 @@ def setup_and_cleanup(model_name):
24
shutil.rmtree(os.path.join("tests", "all_ecos_random"))
25
26
@pytest.mark.parametrize("model_name", ["prithvi_eo_v1_100", "prithvi_eo_v2_300", "prithvi_swin_B", "prithvi_swin_L", "prithvi_eo_v2_600"])
27
-@pytest.mark.parametrize("case", ["fit", "test", "validate"])
+@pytest.mark.parametrize("case", ["fit", "test", "validate", "compute_statistics"])
28
def test_finetune_multiple_backbones(model_name, case):
29
command_list = [case, "-c", f"tests/resources/configs/manufactured-finetune_{model_name}.yaml"]
30
_ = build_lightning_cli(command_list)
0 commit comments