We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9103fa5 commit 140d3cfCopy full SHA for 140d3cf
1 file changed
im2deep/core.py
@@ -130,7 +130,7 @@ def predict_and_calibrate(
130
if not calibration.is_fitted:
131
if psm_df_reference is None:
132
raise ValueError(
133
- "Reference PSM list must be provided for calibration fitting when using a custom" \
+ "Reference PSM list must be provided for calibration fitting when using a custom "
134
"calibration object."
135
)
136
LOGGER.info("Fitting calibration...")
0 commit comments