Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
pandas
License:
tiginamaria commited on
Commit
338c524
1 Parent(s): f3e5607

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -375,7 +375,7 @@ The following sections will describe the utilities around the dataset as well as
375
  import os
376
 
377
  # Load json with list of repos' .tar.gz file paths
378
- paths_json = load_dataset("JetBrains-Research/lca-bug-localization", data_files="paths.json")
379
 
380
  # Load each repo in .tar.gz format, unzip, delete archive
381
  repos = paths_json[configuration][0]
 
375
  import os
376
 
377
  # Load json with list of repos' .tar.gz file paths
378
+ paths_json = load_dataset("JetBrains-Research/lca-bug-localization", data_files="repos.json")
379
 
380
  # Load each repo in .tar.gz format, unzip, delete archive
381
  repos = paths_json[configuration][0]