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