mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
caching changes
This commit is contained in:
parent
6defb2dbde
commit
20f749ff0d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Cacher(object):
|
||||||
return self.cached_outputs[-1]
|
return self.cached_outputs[-1]
|
||||||
|
|
||||||
def on_cache_changed(self, X):
|
def on_cache_changed(self, X):
|
||||||
print id(X)
|
#print id(X)
|
||||||
i = self.cached_inputs.index(X)
|
i = self.cached_inputs.index(X)
|
||||||
self.inputs_changed[i] = True
|
self.inputs_changed[i] = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue