Merge branch 'params' of github.com:SheffieldML/GPy into params

This commit is contained in:
James Hensman 2014-01-28 14:40:13 +00:00
commit 1d2ecad6f9
2 changed files with 5 additions and 0 deletions

View file

@ -15,6 +15,7 @@ from numpy.testing import Tester
from nose.tools import nottest
import kern
from core import priors
import plotting
@nottest
def tests():

4
GPy/plotting/__init__.py Normal file
View file

@ -0,0 +1,4 @@
# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import matplot_dep