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
When I tried to run the code, it shows me this error:
self.P = stats.pairwise_tests(X)
File "/home/qir21001/anaconda/envs/simclr_2/lib/python3.7/site-packages/critdd/stats.py", line 88, in pairwise_tests
zero_method = 'pratt'
TypeError: wilcoxon() got an unexpected keyword argument 'method'
I have tried to update the version of scipy package and change another new virtual environment but it failed. Does anyone meet this problem too?
The text was updated successfully, but these errors were encountered:
When I tried to run the code, it shows me this error:
self.P = stats.pairwise_tests(X)
File "/home/qir21001/anaconda/envs/simclr_2/lib/python3.7/site-packages/critdd/stats.py", line 88, in pairwise_tests
zero_method = 'pratt'
TypeError: wilcoxon() got an unexpected keyword argument 'method'
I have tried to update the version of scipy package and change another new virtual environment but it failed. Does anyone meet this problem too?
The text was updated successfully, but these errors were encountered: