Skip to content

Commit 643b4b0

Browse files
committed
minor change in comment
1 parent 2c68716 commit 643b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def test_check_window_size_excl_zone():
198198
T = np.random.rand(100)
199199
m = 70
200200

201-
# For m==70, the `excl_zone` become ceil(m / 4) = 18. For len(T)==100,
201+
# For `m==70`, the `excl_zone` is ceil(m / 4) = 18. For `len(T)==100`,
202202
# the subsequence that starts at index 15 has no non-trivial neighbor.
203203
# The expectation is that `core.check_window_size` raises warning.
204204
with pytest.warns(UserWarning):

0 commit comments

Comments
 (0)