Skip to content

Commit 434af41

Browse files
committed
skip affable-shark testing for now
1 parent 704830c commit 434af41

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/test_bioimageio_collection.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
from typing import Iterable, Mapping, Tuple
55

66
import pytest
7-
from pydantic import HttpUrl
8-
97
from bioimageio.spec import InvalidDescr, settings
108
from bioimageio.spec.common import Sha256
9+
from pydantic import HttpUrl
10+
1111
from tests.utils import ParameterSet, expensive_test
1212

1313
TEST_RDF_SOURCES: Mapping[str, Tuple[HttpUrl, Sha256]] = {
14-
"affable-shark": (
15-
HttpUrl(
16-
"https://hypha.aicell.io/bioimage-io/artifacts/affable-shark/files/rdf.yaml?version=v0"
17-
),
18-
Sha256("b74944b4949591d3eaf231cf9ab259f91dec679863020178e6c3ddadd52a019c"),
19-
),
14+
# "affable-shark": ( # TODO: enable when updated with fixed torchscript and onnx weights
15+
# HttpUrl(
16+
# "https://hypha.aicell.io/bioimage-io/artifacts/affable-shark/files/rdf.yaml?version=v0"
17+
# ),
18+
# Sha256("b74944b4949591d3eaf231cf9ab259f91dec679863020178e6c3ddadd52a019c"),
19+
# ),
2020
"ambitious-sloth": (
2121
HttpUrl(
2222
"https://hypha.aicell.io/bioimage-io/artifacts/ambitious-sloth/files/rdf.yaml?version=v0"
@@ -72,10 +72,11 @@ def test_rdf(
7272
sha: Sha256,
7373
key: str,
7474
):
75-
from bioimageio.core import load_description, load_description_and_test
7675
from bioimageio.spec import get_conda_env
7776
from bioimageio.spec.model import ModelDescr
7877

78+
from bioimageio.core import load_description, load_description_and_test
79+
7980
descr = load_description(
8081
descr_url, sha256=sha, format_version="latest", perform_io_checks=True
8182
)

0 commit comments

Comments
 (0)