improve debug helper

This commit is contained in:
Zhenwen Dai 2014-09-01 15:23:41 +01:00
parent 1110cc31e6
commit ca5067c614
2 changed files with 7 additions and 1 deletions

View file

@ -67,6 +67,9 @@ class SparseGP_MPI(SparseGP):
del dc['N_range']
del dc['N_list']
del dc['Y_local']
if 'normalizer' not in dc:
dc['normalizer'] = None
dc['Y_normalized'] = dc['Y']
return dc
#=====================================================