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