Skip to content

Commit

Permalink
fix freq dim in phase_slope_index_time
Browse files Browse the repository at this point in the history
  • Loading branch information
seqasim committed Nov 12, 2024
1 parent ac393fe commit b5ab63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_connectivity/effective.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def phase_slope_index_time(data,
bands = list(zip(np.asarray((fmin,)).ravel(), np.asarray((fmax,)).ravel()))
n_bands = len(bands)

freq_dim = -2
freq_dim = -1

# allocate space for output
out_shape = list(cohy.shape)
Expand Down

0 comments on commit b5ab63b

Please sign in to comment.