Replies: 3 comments 1 reply
-
@waynedam Thank you for your question and welcome to the STUMPY community.
From what I can tell, nothing has changed. Maybe I'm not understanding what the problem is but, in your case, one possible reason that Does that help? |
Beta Was this translation helpful? Give feedback.
-
Sorry for the confusion. The issue is not the missing He show shows that he extracted two motifs which show as red and green in the graph.
However, when I run the code And in my own case I can see two distinct motifs but do not seem able to extract them both. I only have one returned. Is there an example available using |
Beta Was this translation helpful? Give feedback.
-
Yes, this solves the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was finding this problem in my own work. Only one motif was being returned when there were at least two apparent in the time series.
I tried reproducing the example discussed in #438 where the motifs function properly returns multiple motifs but I find now it no longer does. I used the data provided in issue #438.
The csv file:
RoomA_CO2.csv
I understand the
stumpy.match
is not necessary but thestumpy.motifs
only returns a single motif row.The fifth match in the plot around 125 is from the
stumpy.matches
.I tried changing distance parameters, etc., but nothing seems to make a difference.
Has something changed in the version 1.11.1
stumpy.motifs
that is not reflected in the documentation?I noticed someone having an issue with
stumpy.config.STUMPY_EXCL_ZONE_DENOM
config in #780.Beta Was this translation helpful? Give feedback.
All reactions