Skip to content

Commit

Permalink
add pa.ChunkedArray to SparseNDCoord type (#187)
Browse files Browse the repository at this point in the history
cf. #1791
  • Loading branch information
ryan-williams authored Mar 11, 2024
1 parent 76b2d2b commit 316333f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-spec/src/somacore/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class ResultOrder(enum.Enum):
ValSliceOrSequence[int],
npt.NDArray[np.integer],
pa.IntegerArray,
pa.ChunkedArray,
]
"""A single coordinate range for one dimension of a sparse nd-array."""
SparseNDCoords = Sequence[SparseNDCoord]
Expand Down

0 comments on commit 316333f

Please sign in to comment.