mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Change order of imports for RTD
This commit is contained in:
parent
8929076ce7
commit
d8312bba5c
1 changed files with 6 additions and 6 deletions
|
|
@ -3,17 +3,17 @@
|
|||
import warnings
|
||||
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||
|
||||
import core
|
||||
import models
|
||||
import mappings
|
||||
import inference
|
||||
import util
|
||||
import examples
|
||||
import core
|
||||
import kern
|
||||
import mappings
|
||||
import likelihoods
|
||||
import inference
|
||||
import models
|
||||
import examples
|
||||
import testing
|
||||
from numpy.testing import Tester
|
||||
from nose.tools import nottest
|
||||
import kern
|
||||
from core import priors
|
||||
|
||||
@nottest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue