stumpy
stumpy copied to clipboard
unit testing failure for snippets
With python=3.10.11, numpy=2.0.2, numba=0.60.0 and llvm=0.43.0, the test function test_mpdist_snippets_s_with_isconstant fails for the following input:
seed = 1615
np.random.seed(seed)
T = np.random.uniform(-1000.0, 1000.0, [64])
m = 10
s = 3
k = 3