diff options
author | Zachary Sloan | 2013-08-21 18:05:21 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-08-21 18:05:21 -0500 |
commit | 668a715e3626030edad87b428678ce9eca66eb3d (patch) | |
tree | 430eb239ae16175596b31656c9e01e763e40b50a /wqflask | |
parent | f5398e8d1dde6a321d302a86fd8d8bb36789b92b (diff) | |
download | genenetwork2-668a715e3626030edad87b428678ce9eca66eb3d.tar.gz |
Fixed an issue where correlationFunction was being imported
instead of its updated name correlation_function
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/correlation/show_corr_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/correlation/show_corr_results.py b/wqflask/wqflask/correlation/show_corr_results.py index 07d70897..1615fe21 100644 --- a/wqflask/wqflask/correlation/show_corr_results.py +++ b/wqflask/wqflask/correlation/show_corr_results.py @@ -49,7 +49,7 @@ from base.templatePage import templatePage from utility import webqtlUtil, helper_functions, corr_result_helpers from dbFunction import webqtlDatabaseFunction import utility.webqtlUtil #this is for parallel computing only. -from wqflask.correlation import correlationFunction +from wqflask.correlation import correlation_function from utility.benchmark import Bench from MySQLdb import escape_string as escape |