WhitakerLab / scona

Code to analyse structural covariance brain networks using python.
https://whitakerlab.github.io/scona/
MIT License
68 stars 33 forks source link

Missing an argument while calling make_random_list #60

Closed zuxfoucault closed 5 years ago

zuxfoucault commented 6 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)

wingedRuslan commented 5 years ago

This issue is solved in PR #61 and changes were merged into master branch.