Skip to content

Commit

Permalink
Update download_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Oct 29, 2024
1 parent 802daa7 commit 9f82310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
args = parser.parse_args()

if args.data is None:
gdown.download(id="1STls7xEsIr3osMFbr1xJGQwztPA9ZAX5", output="data.7z")
gdown.download(id="12DHHyCLSM1iYSsWoU_mmytUwDADvMcve", output="data.7z")
os.system("7z x data.7z")
pathlib.Path("data.7z").unlink()
shutil.copytree("set_covering", "data", dirs_exist_ok=True)
Expand Down

0 comments on commit 9f82310

Please sign in to comment.