Conversation
mne/gui/tests/test_coreg.py
Outdated
| # PyVista <->NumPy 2.4 | ||
| pytestmark = [ | ||
| pytest.mark.filterwarnings( | ||
| "ignore:Setting the dtype on a NumPy array.*:RuntimeWarning" | ||
| ), | ||
| ] |
There was a problem hiding this comment.
Sorry, just finished work. Thanks @larsoner!
Saw mne-tools/mne-installers#432 is merged and https://github.com/mne-tools/mne-installers/actions/runs/24248236486 is finished.
Worth still copying these lines to #13831 or just wait until tests here come back green and this gets merged?
There was a problem hiding this comment.
Guess this will come back green first, so not much point doubling up with copying to #13831
|
This PR should actually wait until mne-tools/mne-installers#432 is in and I can cut a |
|
Cherry-picked commit from #13831. Will merge this PR if https://github.com/mne-tools/mne-installers/actions/runs/24248236486 finishes before that one is green 🏁 |
…ngelog) (#13834) Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
Fix changelog and pip-pre (cc @tsbinns pushed a fix for it to get it in ASAP)
Closes #13828
Closes #13831