File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 55from itertools import chain
66from typing import Dict , List
77
8- from loguru import logger
98from pytest import FixtureRequest , fixture
109
1110from bioimageio .spec import __version__ as bioimageio_spec_version
1413 import torch
1514
1615 torch_version = tuple (map (int , torch .__version__ .split ("." )[:2 ]))
17- logger . warning (f"detected torch version { torch .__version__ } " )
16+ warnings . warn (f"detected torch version { torch .__version__ } " )
1817except ImportError :
1918 torch = None
2019 torch_version = None
4544
4645# TODO: use models from new collection on S3
4746MODEL_SOURCES : Dict [str , str ] = {
48- "hpa_densenet" : (
49- "https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/main/example_descriptions/models/hpa-densenet/rdf.yaml"
50- ),
47+ "hpa_densenet" : "polite-pig/1" ,
5148 "stardist" : (
5249 "https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/main/example_descriptions/models"
5350 "/stardist_example_model/v0_4.bioimageio.yaml"
You can’t perform that action at this time.
0 commit comments