Skip to content

Commit ab9f489

Browse files
committed
Updated docs
1 parent 3c4a00a commit ab9f489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stumpy/motifs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ def motifs(
243243
self-match/trivial-match for each motif.
244244
245245
max_motifs : int, default 1
246-
The maximum number of motifs to return.
246+
The maximum number of motifs to return. To consider returning all possible
247+
valid motifs, try setting `max_motifs` to the length of your input matrix
248+
profile (i.e., `max_motifs=len(P)`)
247249
248250
atol : float, default 1e-8
249251
The absolute tolerance parameter. This value will be added to ``max_distance``

0 commit comments

Comments
 (0)