From 58cee17e56fc8de037c280bc7f24a3a756dd885b Mon Sep 17 00:00:00 2001 From: Chetan Gohil Date: Tue, 10 Oct 2023 21:31:17 +0100 Subject: [PATCH] Doc: fixed docstring. --- osl_dynamics/analysis/connectivity.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osl_dynamics/analysis/connectivity.py b/osl_dynamics/analysis/connectivity.py index 4e369b2f..a378620f 100644 --- a/osl_dynamics/analysis/connectivity.py +++ b/osl_dynamics/analysis/connectivity.py @@ -769,7 +769,8 @@ def save( Parameters ---------- connectivity_map : np.ndarray - Matrices containing connectivity strengths to plot. Shape must be + Matrices containing connectivity strengths to plot. + Shape must be (n_components, n_modes, n_channels, n_channels), (n_modes, n_channels, n_channels) or (n_channels, n_channels). parcellation_file : str Name of parcellation file used. @@ -881,7 +882,8 @@ def save_interactive( Parameters ---------- connectivity_map : np.ndarray - Matrices containing connectivity strengths to plot. Shape must be + Matrices containing connectivity strengths to plot. + Shape must be (n_components, n_modes, n_channels, n_channels), (n_modes, n_channels, n_channels) or (n_channels, n_channels). parcellation_file : str Name of parcellation file used.