mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Import fixes for Py3
This commit is contained in:
parent
e07d554cb5
commit
19e9c9e735
21 changed files with 35 additions and 35 deletions
|
|
@ -3,7 +3,7 @@ A new kernel
|
|||
"""
|
||||
|
||||
import numpy as np
|
||||
from kern import Kern,CombinationKernel
|
||||
from .kern import Kern,CombinationKernel
|
||||
from .independent_outputs import index_to_slices
|
||||
import itertools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue