From dcbe2d5c8bce5128b65fa72873461b752fb04861 Mon Sep 17 00:00:00 2001 From: Kaleidophon Date: Thu, 25 Mar 2021 16:37:35 +0100 Subject: [PATCH] :bug: Fix wrong import in readme --- README.md | 2 +- README_RAW.md | 2 +- docs/README_DOCS.md | 2 +- docs/build/html/README_DOCS.html | 2 +- docs/build/html/_sources/README_DOCS.md.txt | 2 +- docs/build/html/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0bd4b67..5c0e55e 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ aso(a, b) # It just works! Should you be suspicious of ASO and want to revert to the good old faithful tests, this package also implements the paired-bootstrap as well as the permutation randomization test. Note that as discussed in the next section, these tests have less statistical power than ASO. Furthermore, a function for the Bonferroni-correction using -p-values can also be found using `from aso import bonferroni_correction`. +p-values can also be found using `from deepsig import bonferroni_correction`. ```python3 import numpy as np diff --git a/README_RAW.md b/README_RAW.md index 91e6316..110c09a 100644 --- a/README_RAW.md +++ b/README_RAW.md @@ -302,7 +302,7 @@ aso(a, b) # It just works! Should you be suspicious of ASO and want to revert to the good old faithful tests, this package also implements the paired-bootstrap as well as the permutation randomization test. Note that as discussed in the next section, these tests have less statistical power than ASO. Furthermore, a function for the Bonferroni-correction using -p-values can also be found using `from aso import bonferroni_correction`. +p-values can also be found using `from deepsig import bonferroni_correction`. ```python3 import numpy as np diff --git a/docs/README_DOCS.md b/docs/README_DOCS.md index cd41e86..e793398 100644 --- a/docs/README_DOCS.md +++ b/docs/README_DOCS.md @@ -292,7 +292,7 @@ aso(a, b) # It just works! Should you be suspicious of ASO and want to revert to the good old faithful tests, this package also implements the paired-bootstrap as well as the permutation randomization test. Note that as discussed in the next section, these tests have less statistical power than ASO. Furthermore, a function for the Bonferroni-correction using -p-values can also be found using `from aso import bonferroni_correction`. +p-values can also be found using `from deepsig import bonferroni_correction`. ```python3 import numpy as np diff --git a/docs/build/html/README_DOCS.html b/docs/build/html/README_DOCS.html index b9aa8e5..a9ebf1a 100644 --- a/docs/build/html/README_DOCS.html +++ b/docs/build/html/README_DOCS.html @@ -398,7 +398,7 @@

|:game_die:| Permutation and bootstrap testfrom aso import bonferroni_correction.

+p-values can also be found using from deepsig import bonferroni_correction.

import numpy as np
 from deepsig import bootstrap_test, permutation_test
 
diff --git a/docs/build/html/_sources/README_DOCS.md.txt b/docs/build/html/_sources/README_DOCS.md.txt
index cd41e86..e793398 100644
--- a/docs/build/html/_sources/README_DOCS.md.txt
+++ b/docs/build/html/_sources/README_DOCS.md.txt
@@ -292,7 +292,7 @@ aso(a, b)  # It just works!
 Should you be suspicious of ASO and want to revert to the good old faithful tests, this package also implements 
 the paired-bootstrap as well as the permutation randomization test. Note that as discussed in the next section, these 
 tests have less statistical power than ASO. Furthermore, a function for the Bonferroni-correction using 
-p-values can also be found using `from aso import bonferroni_correction`.
+p-values can also be found using `from deepsig import bonferroni_correction`.
 
 ```python3
 import numpy as np
diff --git a/docs/build/html/index.html b/docs/build/html/index.html
index 2ecc00e..7d24141 100644
--- a/docs/build/html/index.html
+++ b/docs/build/html/index.html
@@ -385,7 +385,7 @@ 

✨ Other featuresShould you be suspicious of ASO and want to revert to the good old faithful tests, this package also implements the paired-bootstrap as well as the permutation randomization test. Note that as discussed in the next section, these tests have less statistical power than ASO. Furthermore, a function for the Bonferroni-correction using -p-values can also be found using from aso import bonferroni_correction.

+p-values can also be found using from deepsig import bonferroni_correction.

import numpy as np
 from deepsig import bootstrap_test, permutation_test