Skip to content

Commit

Permalink
BUG: Fix PyVista deprecation [skip azp] [skip github]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 7, 2021
1 parent 0daeea6 commit fe44e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ def reset_warnings(gallery_conf, fname):
'ignore', message="can't resolve package from", category=ImportWarning)
warnings.filterwarnings(
'ignore', message='.*mne-realtime.*', category=DeprecationWarning)
warnings.filterwarnings( # pyvista deprecation
'ignore', message=r'.*Use of .* is deprecated\. Use .* instead.*')


reset_warnings(None, None)
Expand Down

0 comments on commit fe44e95

Please sign in to comment.