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()