mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
Relative import fixes for Python 3 compatibility
This commit is contained in:
parent
1bbf58fdcf
commit
5e4afb765a
11 changed files with 94 additions and 94 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2013, 2014 GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
from kernel import Kernel
|
||||
from linear import Linear
|
||||
from mlp import MLP
|
||||
from .kernel import Kernel
|
||||
from .linear import Linear
|
||||
from .mlp import MLP
|
||||
#from rbf import RBF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue