Closed zuxfoucault closed 5 years ago
There seems missing an argument in this line: https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/scripts/make_graphs.py#L293
It should be R_list, R_nodal_partition_list = make_random_list(G, n_rand)
R_list, R_nodal_partition_list = make_random_list(G, n_rand)
This issue is solved in PR #61 and changes were merged into master branch.
There seems missing an argument in this line: https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/scripts/make_graphs.py#L293
It should be
R_list, R_nodal_partition_list = make_random_list(G, n_rand)