Skip to content

Commit 32233ba

Browse files
author
Chris Fonnesbeck
committed
Muffled FutureWarnings from IPython
1 parent 8099829 commit 32233ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc3/progressbar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
from __future__ import print_function
77

8+
import warnings
9+
warnings.simplefilter(action = "ignore", category = FutureWarning)
810
import sys
911
import time
1012
import uuid

0 commit comments

Comments
 (0)