mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
[plotting] test for pdf?
This commit is contained in:
parent
57087c85fe
commit
9714f32291
81 changed files with 2 additions and 2 deletions
|
|
@ -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():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue