ProgramComputer commited on
Commit
13d3d32
·
1 Parent(s): 8c76e92

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -2
test.py CHANGED
@@ -187,8 +187,6 @@ class Test(datasets.GeneratorBasedBuilder):
187
  )
188
 
189
  def _split_generators(self, dl_manager):
190
- if dl_manager.is_streaming:
191
- raise TypeError("Streaming is not supported for VoxCeleb")
192
  targets = (
193
  ["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
194
  )
 
187
  )
188
 
189
  def _split_generators(self, dl_manager):
 
 
190
  targets = (
191
  ["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
192
  )