Removed ipython dependency from kern

This commit is contained in:
Alan Saul 2013-10-28 19:15:14 +00:00
parent 11ee480cbf
commit e7b79b1fb0

View file

@ -1,7 +1,6 @@
# Copyright (c) 2013, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from IPython.core.debugger import Tracer; debug_here=Tracer()
from kernpart import Kernpart
import numpy as np
from ...util.linalg import tdot