mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
improve debug helper
This commit is contained in:
parent
1110cc31e6
commit
ca5067c614
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#=====================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue