We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d426c65 commit 80e1899Copy full SHA for 80e1899
stumpy/aamp_motifs.py
@@ -248,7 +248,7 @@ def aamp_motifs(
248
249
if P.ndim != 1: # pragma: no cover
250
raise ValueError(
251
- f"T is {P.ndim}-dimensional and must be 1-dimensional. "
+ f"P is {P.ndim}-dimensional and must be 1-dimensional. "
252
"Multidimensional motif discovery is not yet supported."
253
)
254
stumpy/motifs.py
@@ -262,7 +262,7 @@ def motifs(
262
263
264
265
266
267
268
0 commit comments