From ec60286ef3dec3dc515b26b5f4ae7f99e910af57 Mon Sep 17 00:00:00 2001 From: danlu1 Date: Mon, 25 Nov 2024 23:12:20 +0000 Subject: [PATCH] remove unused debugger line --- tests/test_process_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_process_functions.py b/tests/test_process_functions.py index c18dfcc2..c6024910 100644 --- a/tests/test_process_functions.py +++ b/tests/test_process_functions.py @@ -751,7 +751,5 @@ def test_has_cfDNA_samples_no_SAMPLE_CLASS_column(input_df): ) def test_has_cfDNA_samples_has_SAMPLE_CLASS_column(input_df, expected_results): results = process_functions.has_cfDNA_samples(input_df) - import pdb - pdb.set_trace() assert results == expected_results