Update test_repo.py
Browse files- test_repo.py +0 -1
test_repo.py
CHANGED
|
@@ -137,7 +137,6 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
| 137 |
def _split_generators(self, dl_manager):
|
| 138 |
# Download and extract all the files in the directory
|
| 139 |
data_dir = dl_manager.download_and_extract(_URLS[self.config.name])
|
| 140 |
-
print(data_dir)
|
| 141 |
return [
|
| 142 |
datasets.SplitGenerator(
|
| 143 |
name=self.config.name,
|
|
|
|
| 137 |
def _split_generators(self, dl_manager):
|
| 138 |
# Download and extract all the files in the directory
|
| 139 |
data_dir = dl_manager.download_and_extract(_URLS[self.config.name])
|
|
|
|
| 140 |
return [
|
| 141 |
datasets.SplitGenerator(
|
| 142 |
name=self.config.name,
|