[plotting] test for pdf?

This commit is contained in:
Max Zwiessele 2016-03-30 12:59:07 +01:00
parent 57087c85fe
commit 9714f32291
81 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ from nose import SkipTest
import matplotlib
from unittest.case import TestCase
matplotlib.use('agg')
matplotlib.use('pdf')
import numpy as np
import GPy, os
@ -66,7 +66,7 @@ try:
except ImportError:
raise SkipTest("Matplotlib not installed, not testing plots")
extensions = ['png']
extensions = ['pdf']
def _image_directories():
"""