fixed Alan's dependency nightmare.

This commit is contained in:
James Hensman 2013-06-04 16:21:00 +01:00
parent f403e5b0b7
commit d84ae52d41
3 changed files with 5 additions and 4 deletions

View file

@ -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():