mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
9 lines
261 B
Python
9 lines
261 B
Python
# Copyright (c) 2012, 2013 GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from constructors import *
|
|
try:
|
|
from constructors import rbf_sympy, sympykern # these depend on sympy
|
|
except:
|
|
pass
|
|
from kern import *
|