mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
bug fixed
This commit is contained in:
parent
fe82678d80
commit
7fdecf5e31
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class GP(Model):
|
||||||
_, self.output_dim = self.Y.shape
|
_, self.output_dim = self.Y.shape
|
||||||
|
|
||||||
if Y_metadata is None:
|
if Y_metadata is None:
|
||||||
Y_metadata = {}
|
self.Y_metadata = {}
|
||||||
else:
|
else:
|
||||||
self.Y_metadata = Y_metadata
|
self.Y_metadata = Y_metadata
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue