mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
[gp] memory > only one copy
This commit is contained in:
parent
06ee090a50
commit
8213b5011c
2 changed files with 12 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ class ObsAr(np.ndarray, Pickleable, Observable):
|
|||
def _setup_observers(self):
|
||||
# do not setup anything, as observable arrays do not have default observers
|
||||
pass
|
||||
|
||||
|
||||
def copy(self):
|
||||
from lists_and_dicts import ObserverList
|
||||
memo = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue