Skip to content

Commit

Permalink
remove unused debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Nov 25, 2024
1 parent 1a38f45 commit ec60286
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_process_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec60286

Please sign in to comment.