From aece02deabe5871a0dce3a5a167bada724e06946 Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Wed, 7 Feb 2024 07:10:40 -0800 Subject: [PATCH] fix doc string --- python/neuroglancer/write_annotations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/neuroglancer/write_annotations.py b/python/neuroglancer/write_annotations.py index 90509ba3d..76acd998c 100644 --- a/python/neuroglancer/write_annotations.py +++ b/python/neuroglancer/write_annotations.py @@ -234,9 +234,6 @@ def __init__( chunk_size: The size of each chunk in the spatial index. If an integer then all dimensions will be the same chunk size. If a sequence, then must have the same length as `coordinate_space.rank`. - write_id_sharded: If True, the annotations will be sharded by id. - id_sharding_spec: The sharding specification for the id sharding. If - not specified spec will be automatically configured """ self.chunk_size = np.array(chunk_size) self.coordinate_space = coordinate_space