Skip to content

Commit 54ddccb

Browse files
committed
Updated subspace docstring
1 parent dc00fad commit 54ddccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/mstump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _discretize(a, bins, right=True):
194194

195195
def subspace(T, m, subseq_idx, nn_idx, k, include=None, discords=False):
196196
"""
197-
Compute the multi-dimensional matrix profile subspace for a given subseq index and
197+
Compute the k-dimensional matrix profile subspace for a given subsequence index and
198198
its nearest neighbor index
199199
200200
Parameters

0 commit comments

Comments
 (0)