Skip to content

Commit

Permalink
Merge branch 'main' into add_surrogate_conn
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Aug 20, 2024
2 parents a0ebe2a + 5f2a38d commit 6114bd5
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 6114bd5

Please sign in to comment.