Skip to content

Commit 9db1472

Browse files
fixed naming of rank test in partition
1 parent 74203fc commit 9db1472

File tree

2 files changed

+473
-1
lines changed

2 files changed

+473
-1
lines changed

diffxpy/testing/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ def t_test(
14391439
ave=np.mean(self.X, axis=0),
14401440
correction_type="by_test")
14411441

1442-
def wilcoxon(
1442+
def rank_test(
14431443
self,
14441444
grouping: Union[str],
14451445
dtype="float64"

0 commit comments

Comments
 (0)