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
Our build based on conda and MKL updated the NumPy version from 1.20.3 to 1.21.2.
The test test_newrand_bounded_rand_int started to fail with the following error:
E AssertionError: Null hypothesis rejected: generated random numbers are not uniform. Details: the (meta) p-value of the test of uniform distribution of p-values is 0.0 which is not > 0.05
E assert 0.0 > 0.05
E + where 0.0 = KstestResult(statistic=0.08849137702665127, pvalue=0.0).pvalue