mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
changed imports to relative ones
This commit is contained in:
parent
3e27748b42
commit
ff700bbebf
2 changed files with 4 additions and 3 deletions
|
|
@ -2,11 +2,12 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import numpy as np
|
||||
from ..util.warping_functions import *
|
||||
#from ..util.warping_functions import *
|
||||
from ..core import GP
|
||||
from .. import likelihoods
|
||||
from paramz import ObsAr
|
||||
from GPy.util.warping_functions import TanhFunction
|
||||
#from GPy.util.warping_functions import TanhFunction
|
||||
from ..util.warping_functions import TanhFunction
|
||||
from GPy import kern
|
||||
|
||||
class WarpedGP(GP):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue