Skip to content

Commit e377acd

Browse files
committed
Minor change
1 parent baa7917 commit e377acd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stumpy/scraamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ def I_(self):
827827
828828
Returns
829829
-------
830-
out2 : numpy.ndarray
830+
out : numpy.ndarray
831831
The updated (top-k) matrix profile indices. When `k=1` (default), this
832832
output is a 1D array consisting of the updated matrix profile indices.
833833
When `k > 1`, the output is a 2D array that has exactly `k` columns

stumpy/scrump.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def _prescrump(
451451
452452
Returns
453453
-------
454-
out : numpy.ndarray
454+
out1 : numpy.ndarray
455455
The (top-k) matrix profile. When k=1 (default), the first (and only) column
456456
in this 2D array consists of the matrix profile. When k > 1, the output
457457
has exactly `k` columns consisting of the top-k matrix profile.
@@ -1110,7 +1110,7 @@ def I_(self):
11101110
11111111
Returns
11121112
-------
1113-
out2 : numpy.ndarray
1113+
out : numpy.ndarray
11141114
The updated (top-k) matrix profile indices
11151115
"""
11161116
if self._k == 1:

0 commit comments

Comments
 (0)