Skip to content

Commit

Permalink
Merge branch 'add_surrogate_conn' of https://github.com/tsbinns/mne-c…
Browse files Browse the repository at this point in the history
…onnectivity into add_surrogate_conn
  • Loading branch information
tsbinns committed Aug 20, 2024
2 parents ca6013d + 6114bd5 commit 7197a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mne_connectivity/tests/test_envelope.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,5 @@ def test_symmetric_orth(ndim, generator):
Z_bad = Z.copy()
Z_bad[0] = Z[1] + Z[2]
with pytest.warns(RuntimeWarning, match="rank deficient"):
symmetric_orth(Z_bad)
with pytest.warns(RuntimeWarning, match="did not converge"):
symmetric_orth(Z_bad)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ test = [
'mne-connectivity[gui]',
'pandas',
'pymatreader',
'pytest',
'pytest-cov',
'pytest<8.0.0',
'statsmodels',
]

Expand Down

0 comments on commit 7197a17

Please sign in to comment.