Skip to content

Commit

Permalink
remove swin backbone from vit-only tests
Browse files Browse the repository at this point in the history
Signed-off-by: CarlosGomes98 <[email protected]>
  • Loading branch information
CarlosGomes98 committed Jun 28, 2024
1 parent c2064f6 commit 313b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backbones.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_can_create_backbones_from_timm_features_only(model_name, test_input, re
backbone(input_tensor)


@pytest.mark.parametrize("model_name", ["prithvi_vit_100", "prithvi_vit_300", "prithvi_swin_B"])
@pytest.mark.parametrize("model_name", ["prithvi_vit_100", "prithvi_vit_300"])
def test_vit_models_accept_multitemporal(model_name, input_224_multitemporal):
backbone = timm.create_model(model_name, pretrained=False, num_frames=NUM_FRAMES)
backbone(input_224_multitemporal)
Expand Down

0 comments on commit 313b9f9

Please sign in to comment.