Skip to content

Commit 2868948

Browse files
author
Chris Fonnesbeck
committed
Merge pull request #738 from pymc-devs/kill_warning
Muffled FutureWarnings from IPython
2 parents b5b4d4c + 32233ba commit 2868948

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)