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

Stopped assuming that object is identified in patch

parent d3d9c7ff
No related branches found
No related tags found
3 merge requests!37Release 2024.04.19,!34Revert "Temporary error-handling for debug...",!15Changes supporting AutoMic integration
......@@ -294,7 +294,7 @@ class RoiSet(object):
mask_largest_object(
obmap_patches.iat(i).data
)
)[1]
)[-1]
self._df.loc[roi.Index, 'classify_by_' + name] = oc
om[self.acc_obj_ids.data == roi.label] = oc
self.object_class_maps[name] = InMemoryDataAccessor(om)
......
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