Skip to content

Commit

Permalink
Doc: fixed docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Oct 10, 2023
1 parent f6d7f18 commit 58cee17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions osl_dynamics/analysis/connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 58cee17

Please sign in to comment.