ValueError: The window size must be less than or equal to 1 #757
-
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] |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
@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
.