Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Dec 17, 2024
1 parent 24f4316 commit 7a6707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_connectivity_compute_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def main():

plt.figure()
plt.imshow(common_edges_mask)
plt.title(common_edges_mask)
plt.title("Common edges mask")

logging.info('Data shows {} common connections across the population.'
.format(np.sum(common_edges_mask)))
Expand Down

0 comments on commit 7a6707f

Please sign in to comment.