We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d63d5 commit 4a41c11Copy full SHA for 4a41c11
tests/resource_io/test_load_rdf.py
@@ -70,6 +70,7 @@ def test_load_model_with_rel_str_source(unet2d_nuclei_broad_model):
70
assert model
71
72
73
+@pytest.mark.skipif(pytest.skip_torch, reason="remote model is a pytorch model")
74
def test_load_remote_rdf():
75
from bioimageio.core import load_resource_description
76
from bioimageio.core.resource_io import nodes
0 commit comments