gpucce commited on
Commit
0d3f562
·
1 Parent(s): 14febf7
Files changed (1) hide show
  1. Invalsi.py +0 -1
Invalsi.py CHANGED
@@ -96,7 +96,6 @@ class invalsi(datasets.GeneratorBasedBuilder):
96
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
97
  urls = _URLS[self.config.name]
98
  data_dir = dl_manager.download_and_extract(urls)
99
- data_dir = "."
100
  if self.config.name == "mate":
101
  data_file = "invalsi_mate_data/invalsi_mate_clean.csv"
102
  elif self.config.name == "ita":
 
96
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
97
  urls = _URLS[self.config.name]
98
  data_dir = dl_manager.download_and_extract(urls)
 
99
  if self.config.name == "mate":
100
  data_file = "invalsi_mate_data/invalsi_mate_clean.csv"
101
  elif self.config.name == "ita":