We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50002a9 + bef90dd commit 4df5740Copy full SHA for 4df5740
ms2rescore/feature_generators/im2deep.py
@@ -88,7 +88,7 @@ def add_features(self, psm_list: PSMList) -> None:
88
89
# Disable wild logging to stdout by TensorFlow, unless in debug mode
90
with (
91
- contextlib.redirect_stdout(open(os.devnull, "w"))
+ contextlib.redirect_stdout(open(os.devnull, "w", encoding="utf-8"))
92
if not self._verbose
93
else contextlib.nullcontext()
94
):
0 commit comments