Skip to content

Commit

Permalink
Update cloud url (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobraczka authored Mar 6, 2024
1 parent 79aa161 commit cfd4f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moviegraphbenchmark/create_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def _download_data(data_path: str):
if not os.path.exists(data_path):
os.makedirs(data_path)
download_file(
"https://cloud.scadsai.uni-leipzig.de/index.php/s/SdzWXCarFCFGeN9/download/ScadsMovieGraphBenchmark.zip",
"https://cloud.scadsai.uni-leipzig.de/index.php/s/4WwwG7yHWPAiNnc/download/ScadsMovieGraphBenchmark.zip",
data_path,
)
zip_path = os.path.join(data_path, "ScadsMovieGraphBenchmark.zip")
Expand Down

0 comments on commit cfd4f9c

Please sign in to comment.