Skip to content

Commit

Permalink
#53 FIX pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Jun 17, 2024
1 parent d10fa5e commit d243b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpharaw/match/psm_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ class PepSpecMatch_DIA(PepSpecMatch):
"""
Peak annotation for DIA data.
"""

max_spec_per_query: int = 3
min_frag_mz: float = 200.0

Expand Down Expand Up @@ -621,7 +622,7 @@ def match_one_raw_with_numba(
matched_intensities: np.ndarray,
matched_mz_errs: np.ndarray,
match_closest: bool = True,
)->None:
) -> None:
"""
Internel function to match fragment mz values to spectrum mz values.
Matched_mz_errs[i] = np.inf if no peaks are matched.
Expand Down

0 comments on commit d243b64

Please sign in to comment.