ValueError: The window size must be less than or equal to 1 #757
Answered
by
seanlaw
adityabhandwalkar
asked this question in
Help: Coding & Implementations
|
Hello , I am getting this error while running the code where I'm using the mass and query is original_y = np.array(original_y.astype(np.float64)) which original_y =[[0.79468292] |
Answered by
seanlaw
Dec 7, 2022
Replies: 1 comment
|
@adityabhandwalkar The issue is that the query needs to be a 1-dimensional array and you've provided a 2-dimensional array to |
0 replies
Answer selected by
adityabhandwalkar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@adityabhandwalkar The issue is that the query needs to be a 1-dimensional array and you've provided a 2-dimensional array to
stumpy.mass.