diff options
author | Muriithi Frederick Muriuki | 2021-07-20 14:13:21 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-07-20 14:13:21 +0300 |
commit | 5a8f4f3c85be4645c9a918bc25397170f4370341 (patch) | |
tree | cfe3dff7f99865aa16cf471a2db65fe159db7a67 /.gitignore | |
parent | 7d22039c2ae0aef6abc575008f11b95e555e3e9a (diff) | |
download | genenetwork3-5a8f4f3c85be4645c9a918bc25397170f4370341.tar.gz |
Add test for code to move over from GN1
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* .gitignore: ignore emacs temporary files
* gn3/computations/correlations2.py: add a dummy function
* tests/unit/computations/test_correlation.py: add unit tests for the function
As part of the move of the clustering and heatmap code over from GN1 to GN3,
this commit begins by providing some unit tests for the correlation function
used to ensure that the implementation that is built up here corresponds,
and produces the same results as the original.
This tests and the function might change in the new system, but for now, we
try and maintain bug-to-bug compatibility.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -179,3 +179,6 @@ dmypy.json # Pyre type checker .pyre/ + +# emacs temporary files +/**/*~
\ No newline at end of file |