Skip to content

Commit

Permalink
Set deeplc_retrain to False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Sep 12, 2023
1 parent 670fc18 commit ba245c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/feature_generators/deeplc.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(

# Set default DeepLC arguments
if "deeplc_retrain" not in self.deeplc_kwargs:
self.deeplc_kwargs["deeplc_retrain"] = True
self.deeplc_kwargs["deeplc_retrain"] = False

self.deeplc_predictor = None
if "path_model" in self.deeplc_kwargs:
Expand Down

0 comments on commit ba245c9

Please sign in to comment.