aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 317c5f63..c2e403a0 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -951,10 +951,9 @@ def corr_compute_page():
# template_vars = show_corr_results.CorrelationResults(request.form)
# return render_template("correlation_page.html", **template_vars.__dict__)
- # to test the new correlation api uncomment these lines
+ # to test/disable the new correlation api uncomment these lines
correlation_results = compute_correlation(request.form)
- # print(">>>>Time taken by this endpoint",time.time()-initial_time)
return render_template("test_correlation_page.html",correlation_results=correlation_results)