Skip to content

Commit

Permalink
set ms3 precision when setting MSn_Precision in run
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel committed Mar 19, 2019
1 parent f32124d commit 8c9b74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymzml/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(
MS_precisions[1] = kwargs['MS1_Precision']
if 'MSn_Precision' in kwargs.keys():
MS_precisions[2] = kwargs['MSn_Precision']
MS_precisions[3] = kwargs['MSn_Precision']

# Parameters
self.ms_precisions = {
Expand Down

0 comments on commit 8c9b74f

Please sign in to comment.