From c39687c6bca6a471d60a626a6883d565491b2702 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 6 Dec 2022 00:30:24 +0300 Subject: remove noisy tests for constant array correlation --- tests/unit/computations/test_correlation.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') 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)], -- cgit v1.2.3