mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +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
|
|
@ -5,7 +5,7 @@
|
|||
import numpy as np
|
||||
from scipy.special import gammaln, digamma
|
||||
from ...util.linalg import pdinv
|
||||
from domains import _REAL, _POSITIVE
|
||||
from .domains import _REAL, _POSITIVE
|
||||
import warnings
|
||||
import weakref
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue