Skip to content

Commit 39e0745

Browse files
committed
Ignore FutureWarnings for pandas
1 parent b737828 commit 39e0745

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plotnine/exceptions.py

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
category=FutureWarning,
1212
module='statsmodels')
1313

14+
warnings.filterwarnings(
15+
'ignore',
16+
category=FutureWarning,
17+
module='pandas')
18+
1419
# These are rare
1520
warnings.filterwarnings(
1621
'ignore',

0 commit comments

Comments
 (0)