From d69f7803484ae179ade02ae4bee39620fe6000d9 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Wed, 15 Nov 2017 14:24:08 +0000 Subject: [PATCH] Trying to fix tests for Matplotlib plotting issue --- GPy/testing/plotting_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/plotting_tests.py b/GPy/testing/plotting_tests.py index dce8b91a..c08ff17e 100644 --- a/GPy/testing/plotting_tests.py +++ b/GPy/testing/plotting_tests.py @@ -38,7 +38,7 @@ from nose import SkipTest try: import matplotlib - matplotlib.use('agg') + #matplotlib.use('agg') except ImportError: # matplotlib not installed from nose import SkipTest