mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
Import fixes for Py3
This commit is contained in:
parent
e07d554cb5
commit
19e9c9e735
21 changed files with 35 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2012, James Hensman and Ricardo Andrade
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
from kern import Kern
|
||||
from .kern import Kern
|
||||
import numpy as np
|
||||
from scipy import weave
|
||||
from ...core.parameterization import Param
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue