mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
minor
This commit is contained in:
parent
9acc9c3c3b
commit
b01dd3d758
3 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ class linear(kernpart):
|
|||
self._X2cache = X2
|
||||
self._dot_product = np.dot(X,X2.T)
|
||||
else:
|
||||
# print "Cache hit!"
|
||||
#print "Cache hit!"
|
||||
pass # TODO: insert debug message here (logging framework)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue