mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Removed the useless print y line
This commit is contained in:
parent
17a82f99bd
commit
7b766b5bbd
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ class lvm(data_show):
|
|||
def modify(self, vals):
|
||||
"""When latent values are modified update the latent representation and ulso update the output visualization."""
|
||||
y = self.model.predict(vals)[0]
|
||||
print y
|
||||
self.data_visualize.modify(y)
|
||||
self.latent_handle.set_data(vals[self.latent_index[0]], vals[self.latent_index[1]])
|
||||
self.axes.figure.canvas.draw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue