Skip to content

Commit 17e2db9

Browse files
committed
minor change
1 parent 90d3901 commit 17e2db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def check_window_size(m, max_size=None, n=None):
607607
# verify whether the `excl_zone` eliminates the "neighbor" that is farthest
608608
# away (index-wise) from the central-most subsequence. If it does not, this
609609
# implies that all subsequences in `T` will have at least one "eligible nearest
610-
# neighbors" outside their respective `excl_zone`
610+
# neighbor" that is located outside of their respective excl_zone.
611611

612612
excl_zone = int(math.ceil(m / config.STUMPY_EXCL_ZONE_DENOM))
613613

0 commit comments

Comments
 (0)