From 3c89582f1ca24cb2a1939797943fc283b81848fa Mon Sep 17 00:00:00 2001 From: Cameron Mattson Date: Wed, 20 Nov 2024 16:52:22 -0700 Subject: [PATCH] Updated comment in testing code. --- tests/test_correctness_pairwise_compare_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_correctness_pairwise_compare_manager.py b/tests/test_correctness_pairwise_compare_manager.py index 7f7dab8..8a10cb7 100644 --- a/tests/test_correctness_pairwise_compare_manager.py +++ b/tests/test_correctness_pairwise_compare_manager.py @@ -19,7 +19,7 @@ feat_cols = plate4df.columns[~plate4df.columns.str.contains("Metadata")].tolist() -# Compute comparison outputs +# Compute comparison outputs with the PairwiseCompareManager @pytest.fixture def test_data(request):