Skip to content

Commit aa61b24

Browse files
committed
minor fix
1 parent f0cbfae commit aa61b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/maamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def maamp_subspace(
140140
returned.
141141
"""
142142
T = core._preprocess(T)
143-
core.check_window_size(m, max_size=T.shape[-1], n=T.shape[0])
143+
core.check_window_size(m, max_size=T.shape[-1], n=T.shape[-1])
144144

145145
subseqs, _ = core.preprocess_non_normalized(T[:, subseq_idx : subseq_idx + m], m)
146146
neighbors, _ = core.preprocess_non_normalized(T[:, nn_idx : nn_idx + m], m)

0 commit comments

Comments
 (0)