mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
More import fixes for Py3
This commit is contained in:
parent
19e9c9e735
commit
7353fd5575
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
from ....core.parameterization.parameter_core import Pickleable
|
from ....core.parameterization.parameter_core import Pickleable
|
||||||
from GPy.util.caching import Cache_this
|
from GPy.util.caching import Cache_this
|
||||||
from ....core.parameterization import variational
|
from ....core.parameterization import variational
|
||||||
import rbf_psi_comp
|
from . import rbf_psi_comp
|
||||||
import ssrbf_psi_comp
|
from . import ssrbf_psi_comp
|
||||||
import sslinear_psi_comp
|
from . import sslinear_psi_comp
|
||||||
import linear_psi_comp
|
from . import linear_psi_comp
|
||||||
|
|
||||||
class PSICOMP_RBF(Pickleable):
|
class PSICOMP_RBF(Pickleable):
|
||||||
@Cache_this(limit=2, ignore_args=(0,))
|
@Cache_this(limit=2, ignore_args=(0,))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue