mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 23:36:23 +02:00
added GPy.tests(), removed some useless tests
This commit is contained in:
parent
2b7f0999bc
commit
e32afa11e5
5 changed files with 11 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue