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

Update object classification test based on new test ilastik project file

parent 92b0121a
No related branches found
No related tags found
2 merge requests!16Completed (de)serialization of RoiSet,!5Resolve "ilastik models do not validate dimensionality of input data"
......@@ -113,7 +113,7 @@ class TestIlastikPixelClassification(unittest.TestCase):
objmap,
)
)
self.assertEqual(objmap.data.max(), 3)
self.assertEqual(objmap.data.max(), 2)
def test_ilastik_pixel_classification_as_workflow(self):
result = 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