Skip to content

Commit

Permalink
Fixed #922 (#923) Corrected Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karanvishesh authored Oct 6, 2023
1 parent 857063c commit d569c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stumpy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ def _get_ranges(size, n_chunks, truncate):
This function is different from `_get_array_ranges` in that it does not take into
account the contents of the array and, instead, assumes that we are chunking up
`np.ones(size, dtype=np.int64)`. Additionally, the non-truncated sections may not
all appear at the end of the returned away (i.e., they may be scattered throughout
all appear at the end of the returned array (i.e., they may be scattered throughout
different rows of the array) but may be identified as having the same start and
stop indices.
Expand Down

0 comments on commit d569c9a

Please sign in to comment.