fairseq/modules/conv_tbc.py

Killed 0 out of 1 mutants

Survived

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

Mutant 1325

--- fairseq/modules/conv_tbc.py
+++ fairseq/modules/conv_tbc.py
@@ -13,7 +13,7 @@
     The implementation uses gemm to perform the convolution. This implementation
     is faster than cuDNN for small kernel sizes.
     """
-    def __init__(self, in_channels, out_channels, kernel_size, padding=0):
+    def __init__(self, in_channels, out_channels, kernel_size, padding=1):
         super(ConvTBC, self).__init__()
         self.in_channels = in_channels
         self.out_channels = out_channels