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

Merge branch 'issue0024' into 'staging'

Removed pixel probabilities option from RoiSet exports

See merge request !20
parents fec1b030 3ca8f1b4
No related branches found
No related tags found
3 merge requests!37Release 2024.04.19,!34Revert "Temporary error-handling for debug...",!20Removed pixel probabilities option from RoiSet exports
......@@ -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
......
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