Skip to content

Commit

Permalink
fix benchmark download to point to osf instead of stinky git lfs (Pom…
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon authored Jul 7, 2023
1 parent 087a5f0 commit 20f0517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comparison-benchmark/benchmark_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def download_data():
# Download the data
print("Downloading data...")
urls = {
'simple-profiles.csv.gz': 'https://raw.githubusercontent.com/Raphtory/Data/main/simple-profiles.csv.gz',
'simple-relationships.csv.gz': 'https://media.githubusercontent.com/media/Raphtory/Data/main/simple-relationships.csv.gz'
'simple-profiles.csv.gz': 'https://osf.io/download/w2xns/',
'simple-relationships.csv.gz': 'https://osf.io/download/nbq6h/'
}

# make the data directory
Expand Down

0 comments on commit 20f0517

Please sign in to comment.