mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Cleanup unused imports
This commit is contained in:
parent
296e4b078d
commit
6916c48b14
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue