Edward J. Schwartz commited on
Commit
73b8481
·
1 Parent(s): b4e24f5
Files changed (1) hide show
  1. oo-method-test.py +2 -2
oo-method-test.py CHANGED
@@ -31,8 +31,8 @@ class OOMethodTestDataset(datasets.packaged_modules.parquet.Parquet):
31
  downloaded_files = dl_manager.download(files)
32
  downloaded_files = [dl_manager.iter_files(file) for file in files]
33
 
34
- #print(files)
35
- #print(downloaded_files)
36
 
37
  return [
38
  datasets.SplitGenerator(
 
31
  downloaded_files = dl_manager.download(files)
32
  downloaded_files = [dl_manager.iter_files(file) for file in files]
33
 
34
+ print(files)
35
+ print(downloaded_files)
36
 
37
  return [
38
  datasets.SplitGenerator(