We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b9b59 commit 5f5c7c7Copy full SHA for 5f5c7c7
ms2query/ms2query_library.py
@@ -36,7 +36,7 @@ class MS2QueryLibrary:
36
model_path: Optional[str] = None
37
38
# internal: whether to apply spectrum normalization (sum=1) before embedding
39
- _spectrum_sum_normalization_for_embedding: bool = field(default=True, init=False, repr=False)
+ _spectrum_sum_normalization_for_embedding: bool = True
40
# cached MS2DeepScore model
41
_model: Any = field(default=None, init=False, repr=False)
42
0 commit comments