Factored out lapack into utils so we can check version and give deprecation warnings

This commit is contained in:
Alan Saul 2013-06-06 14:04:14 +01:00
parent b142b68876
commit e587618339
6 changed files with 73 additions and 38 deletions

View file

@ -39,7 +39,7 @@ def model_instance(model):
#assert isinstance(model, GPy.core.model)
return isinstance(model, GPy.core.Model)
#@nottest
@nottest
def test_models():
examples_path = os.path.dirname(GPy.examples.__file__)
# Load modules