stumpy icon indicating copy to clipboard operation
stumpy copied to clipboard

unit testing failure for snippets

Open NimaSarajpoor opened this issue 9 months ago • 6 comments

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

NimaSarajpoor avatar Jan 16 '25 03:01 NimaSarajpoor