Update test_repo.py
Browse files- test_repo.py +1 -1
test_repo.py
CHANGED
|
@@ -55,7 +55,7 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
| 55 |
|
| 56 |
def _split_generators(self, dl_manager):
|
| 57 |
# Download and extract all the files in the directory
|
| 58 |
-
data_dir =
|
| 59 |
print(data_dir)
|
| 60 |
return [
|
| 61 |
datasets.SplitGenerator(
|
|
|
|
| 55 |
|
| 56 |
def _split_generators(self, dl_manager):
|
| 57 |
# Download and extract all the files in the directory
|
| 58 |
+
data_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "train_mcq"))
|
| 59 |
print(data_dir)
|
| 60 |
return [
|
| 61 |
datasets.SplitGenerator(
|