Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
skps
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 5, 2023
1 parent 26ea844 commit 827f5d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/image/semantic_segm/test_backbones.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
from flash.image.segmentation.backbones import SEMANTIC_SEGMENTATION_BACKBONES


@pytest.mark.parametrize(
["backbone"],
["resnet50", "dpn131"],
)
@pytest.mark.parametrize("backbone", ["resnet50", "dpn131"])
@pytest.mark.skipif(not _SEGMENTATION_MODELS_AVAILABLE, reason="No SMP")
def test_semantic_segmentation_backbones_registry(backbone):
backbone = SEMANTIC_SEGMENTATION_BACKBONES.get(backbone)()
Expand Down

0 comments on commit 827f5d6

Please sign in to comment.