macks22 / dblp

Parse the dblp data into a structured format for experimentation.
MIT License
73 stars 22 forks source link

BuildAllGraphData task does not exist in build_graphs.py #13

Closed titaniumrain closed 7 years ago

titaniumrain commented 7 years ago

According to the documentation, there should be a task called BuillAllGraphData to build all the graphs, unfortunately, it does not exist in the code?

Thanks.

macks22 commented 7 years ago

@titaniumrain thank you for the feedback; I have added the missing task and ensured it works as expected. You should now be able to build all the graph data by running python pipeline/build_graphs.py BuildAllGraphData --start 2000 --end 2005 --local-scheduler --workers 4.