summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexanderKabui2022-11-09 19:12:29 +0300
committerAlexanderKabui2022-11-09 19:12:29 +0300
commit3954942d37a683f7b147889cb54f4b924a1fecd2 (patch)
treeba6807826869534b42ec42fed6d559042f180fa1 /issues
parent8777d5545918623ac5bbf828739bdfe45e1c1e16 (diff)
downloadgn-gemtext-3954942d37a683f7b147889cb54f4b924a1fecd2.tar.gz
update issue/decouple-tasks-in-results-display
Diffstat (limited to 'issues')
-rw-r--r--issues/decouple-tasks-in-results-display.gmi12
1 files changed, 10 insertions, 2 deletions
diff --git a/issues/decouple-tasks-in-results-display.gmi b/issues/decouple-tasks-in-results-display.gmi
index d35fbbd..af4ee1c 100644
--- a/issues/decouple-tasks-in-results-display.gmi
+++ b/issues/decouple-tasks-in-results-display.gmi
@@ -4,9 +4,9 @@
* type: bug
* priority: medium
-* assigned:
+* assigned: alexm
* keywords: correlations
-* status: pending
+* status: ongoing
## Description
@@ -17,3 +17,11 @@ We need to slowly decouple the different tasks into separate functions that can
=> https://github.com/genenetwork/genenetwork2/blob/f03127d751cd629596c2595d700fbb044725e01c/wqflask/wqflask/correlation/show_corr_results.py#L116-L122 The conditional fetching of traits data
should probably be done before we enter the looping part of the results processing to make the logic easier and decouple the fetching from the results processing.
+
+
+
+## Notes 9/11/22
+
+pr to fix this issue
+
+=> https://github.com/genenetwork/genenetwork2/pull/742