Datasets:

License:
schlevik commited on
Commit
bd35bae
·
1 Parent(s): b219303

change path to absolute

Browse files
Files changed (1) hide show
  1. ntcir_13_medweb.py +1 -1
ntcir_13_medweb.py CHANGED
@@ -240,7 +240,7 @@ class NTCIR13MedWebDataset(datasets.GeneratorBasedBuilder):
240
  data_dir = self.config.data_dir
241
 
242
  raw_data_dir = dl_manager.download_and_extract(
243
- str(Path(data_dir) / _URLS[_DATASETNAME])
244
  )
245
 
246
  data_dir = Path(raw_data_dir) / "MedWeb_TestCollection"
 
240
  data_dir = self.config.data_dir
241
 
242
  raw_data_dir = dl_manager.download_and_extract(
243
+ str(Path(data_dir).absolute() / _URLS[_DATASETNAME])
244
  )
245
 
246
  data_dir = Path(raw_data_dir) / "MedWeb_TestCollection"