summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/dataset_queried_twice.gmi7
1 files changed, 7 insertions, 0 deletions
diff --git a/issues/dataset_queried_twice.gmi b/issues/dataset_queried_twice.gmi
index d453261..50225ff 100644
--- a/issues/dataset_queried_twice.gmi
+++ b/issues/dataset_queried_twice.gmi
@@ -17,3 +17,10 @@ the dataset is queried twice:
* once in the call to GeneralTrait (line 42) - lines 67 to 74
Maybe, pass the dataset created in lines 30 to 33 to GeneralTrait to avoid re-querying the data.
+
+
+## Note 26/10/22
+
+Pr that fixes the issue:
+
+=> https://github.com/genenetwork/genenetwork2/pull/740