Skip to content

Commit bf824ab

Browse files
committed
add one lost line and try again
1 parent 7baf502 commit bf824ab

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dabest/_classes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,8 @@ def __init__(self, effectsizedataframe, permutation_count,bootstraps_delta_delta
740740
else:
741741
self.__bootstraps_delta_delta = bootstraps_delta_delta[0]
742742
self.__difference = bootstraps_delta_delta[1]
743+
744+
sorted_delta_delta = npsort(self.__bootstraps_delta_delta)
743745

744746
self.__bias_correction = ci2g.compute_meandiff_bias_correction(
745747
self.__bootstraps_delta_delta, self.__difference)

nbs/API/class.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,8 @@
13771377
" else:\n",
13781378
" self.__bootstraps_delta_delta = bootstraps_delta_delta[0]\n",
13791379
" self.__difference = bootstraps_delta_delta[1]\n",
1380+
" \n",
1381+
" sorted_delta_delta = npsort(self.__bootstraps_delta_delta)\n",
13801382
"\n",
13811383
" self.__bias_correction = ci2g.compute_meandiff_bias_correction(\n",
13821384
" self.__bootstraps_delta_delta, self.__difference)\n",

0 commit comments

Comments
 (0)