Skip to content

Commit d609b78

Browse files
Computing statistics during the automatic tests
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent b1443fa commit d609b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_finetune.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setup_and_cleanup(model_name):
2424
shutil.rmtree(os.path.join("tests", "all_ecos_random"))
2525

2626
@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"])
27+
@pytest.mark.parametrize("case", ["fit", "test", "validate", "compute_statistics"])
2828
def test_finetune_multiple_backbones(model_name, case):
2929
command_list = [case, "-c", f"tests/resources/configs/manufactured-finetune_{model_name}.yaml"]
3030
_ = build_lightning_cli(command_list)

0 commit comments

Comments
 (0)