diff options
author | zsloan | 2022-11-07 17:10:40 -0600 |
---|---|---|
committer | GitHub | 2022-11-07 17:10:40 -0600 |
commit | ef8f6d9ec1963f5a26d8250107b48c96c65193da (patch) | |
tree | 0c95e0bf2303862efcba2325b8b32a214deb1bf5 | |
parent | d67fcd50e377783d8bb18955b6cd589f26e69da6 (diff) | |
download | gn-gemtext-ef8f6d9ec1963f5a26d8250107b48c96c65193da.tar.gz |
Update correlations-return-fewer-results
-rw-r--r-- | issues/correlations-return-fewer-results | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/issues/correlations-return-fewer-results b/issues/correlations-return-fewer-results index 699754c..784e50d 100644 --- a/issues/correlations-return-fewer-results +++ b/issues/correlations-return-fewer-results @@ -24,4 +24,10 @@ an example of such a case is computing the below dataset against the against BX Probably causes are :- -=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/fix-include-f1-parents-correlations.gmi
\ No newline at end of file +=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/fix-include-f1-parents-correlations.gmi + +## Updates + +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. |