Skip to content

Commit

Permalink
Update SpectrumDocument.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge authored Aug 6, 2024
1 parent 427801e commit b12cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec2vec/SpectrumDocument.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, spectrum, n_decimals: int = 2, loss_mz_from=10, loss_mz_to=20
"""
self.n_decimals = n_decimals
self.loss_mz_from = loss_mz_from
self.loss_mz_to = 200
self.loss_mz_to = loss_mz_to
self.weights = None
super().__init__(obj=spectrum)
self._add_weights()
Expand Down

0 comments on commit b12cd3d

Please sign in to comment.