Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 7, 2024
1 parent 5959d35 commit 67ab265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filter_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_filter_data_empty(scoring, min_intensity, parent_filter_tolerance,

filtered = filter_data(parent, data, min_intensity,
parent_filter_tolerance, matched_peaks_window,
min_matched_peaks_search, mz_min, scoring=='cosine', 'dot' if scoring=='cosine' else 'sum')
min_matched_peaks_search, mz_min, scoring=='cosine', 'dot' if scoring=='cosine' else 'sum')
assert filtered.size == 0

@pytest.mark.python
Expand Down

0 comments on commit 67ab265

Please sign in to comment.