From 2507f777e76c9b306bd811e482b10fcb125b54fd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 8 Apr 2025 14:32:01 -0500 Subject: Fix failing test. --- tests/unit/computations/test_partial_correlations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/computations/test_partial_correlations.py') diff --git a/tests/unit/computations/test_partial_correlations.py b/tests/unit/computations/test_partial_correlations.py index 066c650..6364701 100644 --- a/tests/unit/computations/test_partial_correlations.py +++ b/tests/unit/computations/test_partial_correlations.py @@ -159,8 +159,8 @@ class TestPartialCorrelations(TestCase): "variance": None}}}, dictified_control_samples), (("BXD2",), (7.80944,), - (7.51879, 7.77141, 8.39265, 8.17443, 8.30401, 7.80944, 8.39265, - 8.17443, 8.30401, 7.80944, 7.51879, 7.77141, 7.80944), + ((7.51879, 7.77141, 8.39265, 8.17443, 8.30401, 7.80944, 8.39265, + 8.17443, 8.30401, 7.80944, 7.51879, 7.77141, 7.80944),), (None,), (None, None, None, None, None, None, None, None, None, None, None, None, None))) -- cgit 1.4.1