From 83264ecc134b40fcf0b6bc8245c5b6cbe348be13 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 23 Mar 2022 10:32:30 +0300 Subject: Add `Correlation Error` Issue from GitHub --- issues/correlation-error.gmi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 issues/correlation-error.gmi (limited to 'issues/correlation-error.gmi') diff --git a/issues/correlation-error.gmi b/issues/correlation-error.gmi new file mode 100644 index 0000000..ef6843f --- /dev/null +++ b/issues/correlation-error.gmi @@ -0,0 +1,25 @@ +# correlation error: 'NoneType' object is not iterable + +## Tags + +* type: bug +* priority: high +* status: unclear +* keywords: correlations, from github, high priority + +## Description + +=> https://github.com/genenetwork/genenetwork2/issues/374 From GitHub + +Dear Developer, + +When calculating correlation: + +(GeneNetwork error: 'NoneType' object is not iterable) + +``` +GeneNetwork tux01:gene:2.11-rc2-production-283af77a7 http://www.genenetwork.org/corr_compute ( 2:39PM UTC Feb 19, 2020) +'NoneType' object is not iterable (error) + File "/export/local/home/gn2/production/gene/wqflask/wqflask/correlation/show_corr_results.py", line 473, in process_samples + for sample in sample_names: +``` -- cgit v1.2.3