Skip to content

Commit 0f2766c

Browse files
authored
Merge branch 'TDAmeritrade:main' into implement_momp
2 parents 151c3db + 9616686 commit 0f2766c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/motivation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The following video provides the background and motivation for developing and op
77
.. raw:: html
88

99
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
10-
<iframe src="https://www.youtube.com/embed/T9_z7EpA8QM" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
10+
<iframe src="https://www.youtube.com/watch?v=0O6dlq6a4rA" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
1111
</div>

stumpy/motifs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@ def match(
414414
Find all matches of a query ``Q`` in a time series ``T``
415415
416416
The indices of subsequences whose distances to ``Q`` are less than or equal to
417-
``max_distance``, sorted by distance (lowest to highest). Around each occurrence an
417+
``max_distance``, sorted by distance (lowest to highest). Around each occurrence, an
418418
exclusion zone is applied before searching for the next.
419419
420420
Parameters
421421
----------
422422
Q : numpy.ndarray
423-
The query sequence. It doesn't have to be a subsequence of ``T``.
423+
The query sequence. ``Q`` does not have to be a subsequence of ``T``.
424424
425425
T : numpy.ndarray
426426
The time series of interest.

0 commit comments

Comments
 (0)