changeing models to _models in setup.py

This commit is contained in:
James Hensman 2013-11-27 13:29:19 +00:00
parent 811df6966f
commit 133d69ff67
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import GPy
import numpy as np
import matplotlib.pyplot as plt
from GPy.util import datasets
np.random.seed(1)
#np.random.seed(1)
def student_t_approx():
"""