From 4dea5c45fbe4056caa138c3d337414c2bc378201 Mon Sep 17 00:00:00 2001 From: Neil Lawrence Date: Wed, 23 Jan 2013 13:04:20 +0000 Subject: [PATCH] __init__.py for Examples directory (see comments in code). --- GPy/examples/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPy/examples/__init__.py b/GPy/examples/__init__.py index f02fc132..2f3cf0f4 100644 --- a/GPy/examples/__init__.py +++ b/GPy/examples/__init__.py @@ -1,6 +1,8 @@ # Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Licensed under the BSD 3-clause license (see LICENSE.txt) +# Please don't delete this without explaining to Neil the right way of doing this. I want to be able to run: +# GPy.examples.regression.toy_rbf_1D() from ipython having imported GPy, and this seems to be the way to do it! import classification import regression import unsupervised