mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 16:22:39 +02:00
[paramz] right imports
This commit is contained in:
parent
a36938874b
commit
02ff21d064
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ for bc in backwards_compatibility:
|
|||
# Direct imports for convenience:
|
||||
from .core import Model
|
||||
from .core.parameterization import priors
|
||||
from paramz import Param, Parameterized, ObsAr, transformations as constraints
|
||||
from .core.parameterization import Param, Parameterized, ObsAr, transformations as constraints
|
||||
|
||||
from .__version__ import __version__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue