File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments