Skip to content

Commit 5f5c7c7

Browse files
committed
fix
1 parent 79b9b59 commit 5f5c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2query/ms2query_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MS2QueryLibrary:
3636
model_path: Optional[str] = None
3737

3838
# internal: whether to apply spectrum normalization (sum=1) before embedding
39-
_spectrum_sum_normalization_for_embedding: bool = field(default=True, init=False, repr=False)
39+
_spectrum_sum_normalization_for_embedding: bool = True
4040
# cached MS2DeepScore model
4141
_model: Any = field(default=None, init=False, repr=False)
4242

0 commit comments

Comments
 (0)