We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c68716 commit 643b4b0Copy full SHA for 643b4b0
tests/test_core.py
@@ -198,7 +198,7 @@ def test_check_window_size_excl_zone():
198
T = np.random.rand(100)
199
m = 70
200
201
- # For m==70, the `excl_zone` become ceil(m / 4) = 18. For len(T)==100,
+ # For `m==70`, the `excl_zone` is ceil(m / 4) = 18. For `len(T)==100`,
202
# the subsequence that starts at index 15 has no non-trivial neighbor.
203
# The expectation is that `core.check_window_size` raises warning.
204
with pytest.warns(UserWarning):
0 commit comments