diff options
author | Frederick Muriuki Muriithi | 2021-09-17 11:20:16 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-09-17 11:20:16 +0300 |
commit | 1e2357049adc72808fbf8eaac3da9411d3c78c66 (patch) | |
tree | 778d22e2f021fddf6dfbd4abc9ec312c4043f22d /tests/unit/computations | |
parent | 8ac3194f06084dfe5d0cfb141f178d83d937fcc3 (diff) | |
download | genenetwork3-1e2357049adc72808fbf8eaac3da9411d3c78c66.tar.gz |
Fix a number of linting issues
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
Diffstat (limited to 'tests/unit/computations')
-rw-r--r-- | tests/unit/computations/test_qtlreaper.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/computations/test_qtlreaper.py b/tests/unit/computations/test_qtlreaper.py index 1d67827..d420470 100644 --- a/tests/unit/computations/test_qtlreaper.py +++ b/tests/unit/computations/test_qtlreaper.py @@ -77,6 +77,7 @@ class TestQTLReaper(TestCase): 5.82775, 5.89659, 5.92117, 5.93396, 5.93396, 5.94957]) def test_organise_reaper_main_results(self): + """Check that results are organised correctly.""" self.assertEqual( organise_reaper_main_results([ { @@ -135,7 +136,7 @@ class TestQTLReaper(TestCase): 1: {"Chr": 1, "loci": [ { - "Locus": "rs31443144", "cM": 1.500, "Mb": 3.010, + "Locus": "rs31443144", "cM": 1.500, "Mb": 3.010, "LRS": 0.500, "Additive": -0.074, "pValue": 1.000 }, { |