From 9213d9324f6b0ff6810b785601bf329b1a9e0804 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 6 Jun 2013 14:59:35 +0100 Subject: [PATCH] Ignoring example tests again --- GPy/testing/examples_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/examples_tests.py b/GPy/testing/examples_tests.py index a682c547..ec030055 100644 --- a/GPy/testing/examples_tests.py +++ b/GPy/testing/examples_tests.py @@ -39,7 +39,7 @@ def model_instance(model): #assert isinstance(model, GPy.core.model) return isinstance(model, GPy.core.Model) -#@nottest +@nottest def test_models(): examples_path = os.path.dirname(GPy.examples.__file__) # Load modules