fairseq/data/round_robin_zip_datasets.py

Killed 0 out of 1 mutants

Survived

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

Mutant 236

--- fairseq/data/round_robin_zip_datasets.py
+++ fairseq/data/round_robin_zip_datasets.py
@@ -98,7 +98,6 @@
             ])
         return np.arange(len(self))
 
-    @property
     def supports_prefetch(self):
         return all(
             getattr(dataset, 'supports_prefetch', False)