From d71aabceb50bd0a50f9105c569fd499adcfd2069 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 11 Mar 2013 14:58:42 +0000 Subject: [PATCH] Changed example tests --- 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 25cfad04..0e41a541 100644 --- a/GPy/testing/examples_tests.py +++ b/GPy/testing/examples_tests.py @@ -13,7 +13,7 @@ class ExamplesTests(unittest.TestCase): pass def test_all_examples(self): - pass + examples_module = __import__("GPy").examples #Load models #Loop through models