Merge branch 'devel' of github.com:SheffieldML/GPy into devel

This commit is contained in:
Zhenwen Dai 2015-09-04 18:26:15 +01:00
commit 368f975aa9

View file

@ -3,12 +3,8 @@
from __future__ import print_function
import numpy as np
from scipy import linalg, optimize
import Tango
import sys
import re
import numdifftools as ndt
import pdb
try:
#In Python 2, cPickle is faster. It does not exist in Python 3 but the underlying code is always used