diff options
author | Alexander_Kabui | 2022-12-06 00:30:24 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-12-06 00:30:24 +0300 |
commit | c39687c6bca6a471d60a626a6883d565491b2702 (patch) | |
tree | df4132385a1bec1b2e3665a00074d0f4c24a5ce1 /tests | |
parent | 3df5321304435f601ae6f5f1865957cbc5a90ef7 (diff) | |
download | genenetwork3-c39687c6bca6a471d60a626a6883d565491b2702.tar.gz |
remove noisy tests for constant array correlation
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/computations/test_correlation.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unit/computations/test_correlation.py b/tests/unit/computations/test_correlation.py index d928239..167b322 100644 --- a/tests/unit/computations/test_correlation.py +++ b/tests/unit/computations/test_correlation.py @@ -478,11 +478,6 @@ class TestCorrelation(TestCase): [[None, None, None, None, None, None, None, None, None, 0], [None, None, None, None, None, None, None, None, None, 0], (0.0, 1)], - [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - (math.nan, 10)], - [[9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87], - [9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87, 9.87], - (math.nan, 10)], [[9.3, 2.2, 5.4, 7.2, 6.4, 7.6, 3.8, 1.8, 8.4, 0.2], [0.6, 3.97, 5.82, 8.21, 1.65, 4.55, 6.72, 9.5, 7.33, 2.34], (-0.12720361919462056, 10)], |