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. |
0 replies
data type is of numpy.ndarry |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I am trying to implement the
.motifsfrom 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 indexboth
mp_idxanddatais of typendarrayCan anyone tell me what is wrong with this code ?
thanks
All reactions