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

All tests pass

parent 5bc35a3b
No related branches found
No related tags found
1 merge request!5Reorganized with namespace packages
......@@ -83,17 +83,17 @@ class TestRoiSetWorkflow(BaseTestRoiSetMonoProducts, unittest.TestCase):
'pixel_classifier_segmentation_model_id': 'px_id',
'object_classifier_model_id': 'ob_id',
'segmentation': {
'channel': test_params['segmentation_channel'],
'channel': 0,
'smooth': 1.5,
'binary_closing': True,
},
'patches_channel': test_params['patches_channel'],
'patches_channel': 1,
'roi_params': self._get_roi_params(),
'export_params': self._get_export_params(),
}
def test_object_map_workflow(self):
n_rois = 18
n_rois = 4
acc_in = generate_file_accessor(self.fpi)
params = RoiSetObjectMapParams(
**self._pipeline_params(),
......
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