VGN icon indicating copy to clipboard operation
VGN copied to clipboard

Missing params in function

Open Ihsan149 opened this issue 5 years ago • 1 comments
trafficstars

Hi, I am wondering what params your are passing to this function( highlighted with yellow dots) in make_graph_db.py file. Its look like the params are missing. Thanks.

Screenshot_2020-07-01-06-22-50~2

Ihsan149 avatar Jun 30 '20 21:06 Ihsan149

Two lines below the line are for preparing the arguments for the function. Each of them would be a list, and it is passed to the function by 'pool.map'

syshin1014 avatar Jul 01 '20 16:07 syshin1014