Skip to content

Commit 6646cba

Browse files
authored
MAINT: Work around NumPy deprecation (#13677)
1 parent 3719200 commit 6646cba

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/sphinxext/mne_doc_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def reset_warnings(gallery_conf, fname):
9696
r"You are using the.*matplotlib backend that[.\n]*",
9797
# pybtex
9898
".*pkg_resources is deprecated as an API.*",
99+
# dipy <-> NumPy
100+
"'where' used without 'out', expect.*",
99101
):
100102
warnings.filterwarnings(
101103
"ignore",

examples/inverse/morph_volume_stc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
result will be plotted, showing the fsaverage T1 weighted anatomical MRI, overlaid with
2020
the morphed volumetric source estimate.
2121
"""
22-
2322
# Author: Tommy Clausner <tommy.clausner@gmail.com>
2423
#
2524
# License: BSD-3-Clause

tutorials/inverse/50_beamformer_lcmv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Source reconstruction using an LCMV beamformer
66
==============================================
77
8-
This tutorial gives an overview of the beamformer method and shows how to
9-
reconstruct source activity using an LCMV beamformer.
8+
This tutorial gives an overview of the beamformer method and shows how to reconstruct
9+
source activity using an LCMV beamformer.
1010
"""
1111
# Authors: Britta Westner <britta.wstnr@gmail.com>
1212
# Eric Larson <larson.eric.d@gmail.com>

0 commit comments

Comments
 (0)