Skip to content
Snippets Groups Projects
Commit 9a69a594 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Remove `e_overestim`, `d_init`, `orientation`

Remove unused `e_overestim`, `d_init`, `orientation`.
parent e79ff9ad
No related branches found
No related tags found
No related merge requests found
...@@ -18,17 +18,6 @@ import shapefile ...@@ -18,17 +18,6 @@ import shapefile
import datetime import datetime
from numpy import loadtxt from numpy import loadtxt
###############################
# grab e_overestim and d_init #
###############################
node_id_param_file = "/data/misic/Convert_Global/node_id_param.json"
with open(node_id_param_file) as f: node_id_param = json.load(f)
# assign attributes to the whole graphs
e_overestim = node_id_param["e_overestim"]
d_init = node_id_param["d_init"]
orientation = 'anti'
########################## ##########################
# load the edgelist file # # load the edgelist file #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment