Skip to content
Snippets Groups Projects

Removed pixel probabilities option from RoiSet exports

Merged Christopher Randolph Rhodes requested to merge issue0024 into staging
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,6 @@ class RoiSetMetaParams(BaseModel):
class RoiSetExportParams(BaseModel):
pixel_probabilities: bool = False
patches_3d: Union[PatchParams, None] = None
annotated_patches_2d: Union[PatchParams, None] = None
patches_2d: Union[PatchParams, None] = None
Loading