fairseq/modules/transformer_sentence_encoder.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 1931

--- fairseq/modules/transformer_sentence_encoder.py
+++ fairseq/modules/transformer_sentence_encoder.py
@@ -96,7 +96,7 @@
         export: bool = False,
         traceable: bool = False,
         q_noise: float = 0.0,
-        qn_block_size: int = 8,
+        qn_block_size: int = 9,
     ) -> None:
 
         super().__init__()