anand-s commited on
Commit
cd7509b
·
verified ·
1 Parent(s): 40b3fef

Update test_repo.py

Browse files
Files changed (1) hide show
  1. 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 = self.config.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(