Skip to content

Commit

Permalink
Merge pull request #122 from pymzml/fix_#121
Browse files Browse the repository at this point in the history
set ms3 precision when setting MSn_Precision in run
  • Loading branch information
MKoesters authored Mar 24, 2019
2 parents f32124d + 8c9b74f commit e7c1013
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 e7c1013

Please sign in to comment.