added GPy.tests(), removed some useless tests

This commit is contained in:
Nicolo Fusi 2013-03-11 12:33:03 +00:00
parent 2b7f0999bc
commit e32afa11e5
5 changed files with 11 additions and 17 deletions

View file

@ -9,3 +9,8 @@ import util
import examples
from core import priors
import likelihoods
import testing
from numpy.testing import Tester
def tests():
Tester(testing).test(verbose=10)