Skip to content

Commit 321d21c

Browse files
committed
restore keyword for permutation count
1 parent e33eea5 commit 321d21c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/_classes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def __init__(self, control, test, effect_size,
575575
resamples : int, default 5000
576576
The number of bootstrap resamples to be taken for the calculation
577577
of the confidence interval limits.
578-
permutation_count : int, default 10000
578+
permutation_count : int, default 5000
579579
The number of permutations (reshuffles) to perform for the
580580
computation of the permutation p-value
581581
ci : float, default 95
@@ -1354,7 +1354,7 @@ def __pre_calc(self):
13541354
self.__is_paired,
13551355
self.__ci,
13561356
self.__resamples,
1357-
# self.__permutation_count,
1357+
self.__permutation_count,
13581358
self.__random_seed)
13591359
r_dict = result.to_dict()
13601360

0 commit comments

Comments
 (0)