W_test throws error in:
|
replist, repnum = scipy.stats.find_repeats(r) |
As of scipy version 1.17, scipy.stats.find_repeats() has been removed (https://docs.scipy.org/doc/scipy/release/1.15.0-notes.html#deprecated-features-and-future-changes). Need to change the function to numpy.unique()
W_test throws error in:
pycsep/csep/core/poisson_evaluations.py
Line 558 in 1c81958
As of scipy version 1.17,
scipy.stats.find_repeats()has been removed (https://docs.scipy.org/doc/scipy/release/1.15.0-notes.html#deprecated-features-and-future-changes). Need to change the function tonumpy.unique()