mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
changeing models to _models in setup.py
This commit is contained in:
parent
811df6966f
commit
133d69ff67
2 changed files with 2 additions and 2 deletions
|
|
@ -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():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue