mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Switched to relative package imports
This commit is contained in:
parent
ee7f23869b
commit
c30698b8db
9 changed files with 9 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ from .. import util
|
|||
from paramz import ObsAr
|
||||
from ..core.gp import GP
|
||||
|
||||
from GPy.util.multioutput import index_to_slices
|
||||
from ..util.multioutput import index_to_slices
|
||||
import logging
|
||||
import warnings
|
||||
logger = logging.getLogger("GP")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue