mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
Trying to fix tests for Matplotlib plotting issue
This commit is contained in:
parent
754c67f71d
commit
d69f780348
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ from nose import SkipTest
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import matplotlib
|
import matplotlib
|
||||||
matplotlib.use('agg')
|
#matplotlib.use('agg')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# matplotlib not installed
|
# matplotlib not installed
|
||||||
from nose import SkipTest
|
from nose import SkipTest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue