GPy/GPy/kern/__init__old.py
2014-02-19 13:38:36 +00:00

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 *