File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ def get_user_operations(
327
327
"""
328
328
Get operation details for a user ID. Currently, this is only available to
329
329
admins.
330
-
330
+
331
331
332
332
Parameters
333
333
----------
@@ -834,13 +834,11 @@ def get_operation_details(self, operation_ids: Iterable[int]):
834
834
points placed by the user when specifying the operation. Each sink
835
835
coordinate is a list of three integers (x, y, z), corresponding to
836
836
spatial coordinates in segmentation voxel space.
837
- # TODO make sure this is the correct specification
838
837
"source_coords": list of list of int
839
838
List of source coordinates for this operation. The source is one of the
840
839
points placed by the user when specifying the operation. Each source
841
840
coordinate is a list of three integers (x, y, z), corresponding to
842
841
spatial coordinates in segmentation voxel space.
843
- # TODO make sure this is the correct specification
844
842
"timestamp": str
845
843
Timestamp of the operation.
846
844
"user": str
You can’t perform that action at this time.
0 commit comments