fix pickle for ssgplvm and bgplvm with mpi

This commit is contained in:
Zhenwen Dai 2014-06-26 14:39:02 +01:00
parent 1512590a8c
commit 8a4a4e56a9
2 changed files with 7 additions and 8 deletions

View file

@ -125,7 +125,6 @@ class SSGPLVM(SparseGP):
del dc['N_range']
del dc['N_list']
del dc['Y_local']
del dc['X_local']
return dc
def __setstate__(self, state):