Skip to content

Commit

Permalink
fix shape req in test_psi_time
Browse files Browse the repository at this point in the history
  • Loading branch information
seqasim committed Nov 12, 2024
1 parent b5ab63b commit 3c93427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_connectivity/tests/test_effective.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def test_psi_time():
)

assert np.all(conn_cwt.get_data() > 0)
assert conn_cwt.shape[-1] == n_epochs
assert conn_cwt.shape[0] == n_epochs

0 comments on commit 3c93427

Please sign in to comment.