Skip to content

Commit c8a9c4f

Browse files
author
Christopher Fonnesbeck
committed
Reverted matplotlib backend change in test_examples
1 parent cad059e commit c8a9c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymc/tests/test_examples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import matplotlib
2+
matplotlib.use('Agg')
3+
14
from os import path
25
import os
36
import fnmatch

0 commit comments

Comments
 (0)