mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Merge branch 'params' of github.com:SheffieldML/GPy into params
This commit is contained in:
commit
1d2ecad6f9
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from numpy.testing import Tester
|
||||||
from nose.tools import nottest
|
from nose.tools import nottest
|
||||||
import kern
|
import kern
|
||||||
from core import priors
|
from core import priors
|
||||||
|
import plotting
|
||||||
|
|
||||||
@nottest
|
@nottest
|
||||||
def tests():
|
def tests():
|
||||||
|
|
|
||||||
4
GPy/plotting/__init__.py
Normal file
4
GPy/plotting/__init__.py
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue