mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
fix pickle for ssgplvm and bgplvm with mpi
This commit is contained in:
parent
1512590a8c
commit
8a4a4e56a9
2 changed files with 7 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue