mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
More relative import fixes for Python 3 compatibility
This commit is contained in:
parent
5e4afb765a
commit
2ca24a88f5
31 changed files with 60 additions and 60 deletions
|
|
@ -13,7 +13,7 @@ from ctypes import byref, c_char, c_int, c_double # TODO
|
|||
import scipy
|
||||
import warnings
|
||||
import os
|
||||
from config import config
|
||||
from .config import config
|
||||
import logging
|
||||
|
||||
_scipyversion = np.float64((scipy.__version__).split('.')[:2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue