Skip to content
Snippets Groups Projects
Commit 1c356c54 authored by Didi Hou's avatar Didi Hou Committed by Administrator
Browse files

removed the label inside the fucntion from M

parent f7462648
No related branches found
No related tags found
1 merge request!63Notebook documentation
......@@ -90,7 +90,9 @@ def matrix_plot(M, ax, matrix, index, vlim, pos=None):
ax.set_ylabel('Cortical area', size=14)
def visualize_fc(M, data_path, label):
def visualize_fc(M, data_path):
label = M.simulation.label
# compute functional connectivity
compute_fc(M, data_path, label)
compute_communities(M, data_path, label)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment