You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, [n_T])
m = 10
s = 3
k = 3
The text was updated successfully, but these errors were encountered:
With
python=3.10.11
,numpy=2.0.2
,numba=0.60.0
andllvm=0.43.0
, the test functiontest_mpdist_snippets_s_with_isconstant
fails for the following input:The text was updated successfully, but these errors were encountered: