Skip to content

Commit ff7e575

Browse files
committed
Ignore warning on pandas.Panel
1 parent 8aa5b47 commit ff7e575

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
from itertools import product
2222
import psyplot_gui
2323
import matplotlib as mpl
24+
import warnings
25+
26+
27+
warnings.filterwarnings(
28+
'ignore', message=r"\s*The Panel class is removed from pandas")
29+
2430

2531
mpl.use('agg')
2632

0 commit comments

Comments
 (0)