mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
import not relative in tests
This commit is contained in:
parent
b87e25d031
commit
4d00b9db03
2 changed files with 10 additions and 10 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import numpy as np
|
||||
import unittest
|
||||
import GPy
|
||||
from ..models import GradientChecker
|
||||
from GPy.models import GradientChecker
|
||||
import functools
|
||||
import inspect
|
||||
from ..likelihoods import link_functions
|
||||
from ..core.parameterization import Param
|
||||
from GPy.likelihoods import link_functions
|
||||
from GPy.core.parameterization import Param
|
||||
from functools import partial
|
||||
#np.random.seed(300)
|
||||
#np.random.seed(7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue