extracting the motif from stumpy.motifs #795
Unanswered
adityabhandwalkar
asked this question in
Help: Coding & Implementations
Replies: 2 comments 2 replies
-
@adityabhandwalkar Can you please provide a minimum-reproducible-example including the exact data and code that causes the problem? Otherwise, it is impossible to know what the issue is. Based on the limited information that you've provided, this doesn't sound like a STUMPY problem but likely a problem with your inputs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
data type is of numpy.ndarry
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to implement the
.motifs
from stumpy to get top k motifs using the following codeWhile doing so it throws an error with the following message
TypeError: only integer scalar arrays can be converted to a scalar index
both
mp_idx
anddata
is of typendarray
Can anyone tell me what is wrong with this code ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions