mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
fixed Alan's dependency nightmare.
This commit is contained in:
parent
f403e5b0b7
commit
d84ae52d41
3 changed files with 5 additions and 4 deletions
|
|
@ -2,16 +2,17 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
|
||||
import kern
|
||||
import core
|
||||
import models
|
||||
import inference
|
||||
import util
|
||||
import examples
|
||||
from core import priors
|
||||
import likelihoods
|
||||
import testing
|
||||
from numpy.testing import Tester
|
||||
from nose.tools import nottest
|
||||
import kern
|
||||
from core import priors
|
||||
|
||||
@nottest
|
||||
def tests():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue