A large number of values are smaller than 1e-05. For a self-join, try setting ignore_trivial = True
.
#696
adityabhandwalkar
started this conversation in
General
Replies: 1 comment
-
@adityabhandwalkar In this case, you can likely ignore this warning (this is not an error) and leave out
The only reason why this warning comes up is because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am consistently getting this msg on my console while I am trying to run my code for mpdist and whenever I add
distance = stumpy.mpdist(X[i], X[j], int(window_size),ignore_trivial=True)
I encounter this error msg
line 132, in inner_wrapper return norm(*args, **kwargs) TypeError: mpdist() got an unexpected keyword argument 'ignore_trivial'
I need help with this
Beta Was this translation helpful? Give feedback.
All reactions