From fbdeeeb3e9cb235cfa68c199812d30aade40fa9c Mon Sep 17 00:00:00 2001 From: Abhinav Mehndiratta Date: Sat, 27 Jun 2020 00:26:44 +0530 Subject: [PATCH] Update SNAPDatasets.jl --- src/SNAPDatasets.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SNAPDatasets.jl b/src/SNAPDatasets.jl index d7d759a..f934f3d 100755 --- a/src/SNAPDatasets.jl +++ b/src/SNAPDatasets.jl @@ -5,7 +5,7 @@ using Graphs const SNAPDIR = joinpath(@__DIR__,"..","data") snap_graphs = Dict{Symbol, String}( - :amazon0302 => "amazon0302/amazon0302.jlg", + :amazon0302 => "amazon0302/amazon0302.jlg", :arxiv_cit_hep_th => "arxiv_cit/arxiv-cit-hep-th.jlg", :arxiv_cit_hep_ph => "arxiv_cit/arxiv-cit-hep-ph.jlg", :as_caida => "as-caida/as-caida20071105.jlg",