We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d9f032 + 7a88e32 commit e7bd07eCopy full SHA for e7bd07e
ms2rescore/feature_generators/deeplc.py
@@ -131,9 +131,9 @@ def add_features(self, psm_list: PSMList) -> None:
131
for run, psms in runs.items():
132
peptide_rt_diff_dict = defaultdict(
133
lambda: {
134
- "observed_retention_time_best": np.Inf,
135
- "predicted_retention_time_best": np.Inf,
136
- "rt_diff_best": np.Inf,
+ "observed_retention_time_best": np.inf,
+ "predicted_retention_time_best": np.inf,
+ "rt_diff_best": np.inf,
137
}
138
)
139
logger.info(
0 commit comments