aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorBonfaceKilz2020-07-22 01:40:03 +0300
committerBonfaceKilz2020-07-24 03:47:43 +0300
commitf99df1fa0f2163a93f7e194beeb65f0e1d542594 (patch)
tree0dfab0c240ea698c43d07c9e292aa9c8feddaee6 /wqflask/utility
parentb39ef1e464208cf8806dc73cfe9684183ce7c9a2 (diff)
downloadgenenetwork2-f99df1fa0f2163a93f7e194beeb65f0e1d542594.tar.gz
Remove unused doc-tests
* wqflask/utility/corr_result_helpers.py: Delete doc-test
Diffstat (limited to 'wqflask/utility')
-rw-r--r--wqflask/utility/corr_result_helpers.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/wqflask/utility/corr_result_helpers.py b/wqflask/utility/corr_result_helpers.py
index 69c6fe1b..09017e4a 100644
--- a/wqflask/utility/corr_result_helpers.py
+++ b/wqflask/utility/corr_result_helpers.py
@@ -44,9 +44,3 @@ def normalize_values_with_samples(a_samples, b_samples):
assert num_overlap == len(b_new), "Lengths should be the same"
return a_new, b_new, num_overlap
-
-
-
-if __name__ == '__main__':
- import doctest
- doctest.testmod() \ No newline at end of file