Skip to content
Snippets Groups Projects
Commit 27adba1b authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Fix references to testing conf

parent 1f26e040
No related branches found
No related tags found
No related merge requests found
import unittest
from conf.testing import czifile
from model_server.conf.testing import czifile
from model_server.base.accessors import CziImageFileAccessor
from model_server.base.models import DummySemanticSegmentationModel, DummyInstanceSegmentationModel, CouldNotLoadModelError
......
import unittest
from conf.testing import czifile, output_path
from model_server.conf.testing import czifile, output_path
from model_server.base.models import DummySemanticSegmentationModel
from model_server.base.workflows import classify_pixels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment