Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Feb 7, 2024
1 parent 073573b commit aece02d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/neuroglancer/write_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aece02d

Please sign in to comment.