diff options
author | zsloan | 2022-11-11 17:43:50 -0600 |
---|---|---|
committer | GitHub | 2022-11-11 17:43:50 -0600 |
commit | 073307020a09f6bc093c2edba7cd610215da03a6 (patch) | |
tree | b154a12d393808bce649eae1370765c40867b70c /issues | |
parent | d1789ba94dc089edb559703fb59d38920b4b0ec4 (diff) | |
download | gn-gemtext-073307020a09f6bc093c2edba7cd610215da03a6.tar.gz |
Add additional bug to updates
Diffstat (limited to 'issues')
-rw-r--r-- | issues/correlations-return-fewer-results | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/issues/correlations-return-fewer-results b/issues/correlations-return-fewer-results index 784e50d..9256379 100644 --- a/issues/correlations-return-fewer-results +++ b/issues/correlations-return-fewer-results @@ -8,8 +8,6 @@ * keywords: correlations,fewer results - - ## Description in some cases correlaton return fewer number of results @@ -31,3 +29,7 @@ Probably causes are :- The samplelist issue doesn't appear to be causing the issue with fewer results, since it still exists after the fix. There also seems to be an additional - or related - issue where it's either returning wrong results or not returning the actual top results (or both) Using the sample example above, after the change, the first result has a sample(r) of 0.265. This isn't the top result when run in GN1. There also appears to be a mismatch between the result displayed in the table and the r displayed in the scatterplot (what you see if you click the sample(r) link); those should be roughly the same. + +An additional error has been reported by Beni where there's an error about NoneType being passed into string formatting (so I think it's returning None for some results). Steps to reproduce are below: +- https://genenetwork.org/show_trait?trait_id=ENSMUST00000031535&dataset=UTHSC-BXD-Harv_Liv-1019 +- Correlate against the default dataset (same one as the trait) |