mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
[documentation] updated big parts of the doc
This commit is contained in:
parent
3a7e42f24f
commit
b9e897c50d
5 changed files with 171 additions and 116 deletions
|
|
@ -18,6 +18,10 @@ from nose.tools import nottest
|
|||
import kern
|
||||
import plotting
|
||||
|
||||
# Direct imports for convenience:
|
||||
from core import Model
|
||||
from core.parameterization import Param, Parameterized, ObsAr
|
||||
|
||||
@nottest
|
||||
def tests():
|
||||
Tester(testing).test(verbose=10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue