mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y
This commit is contained in:
parent
646400f49e
commit
d2e8807a88
3 changed files with 21 additions and 24 deletions
|
|
@ -39,7 +39,6 @@ class GP(Model):
|
|||
_, self.output_dim = self.Y.shape
|
||||
|
||||
if Y_metadata is not None:
|
||||
assert Y_metadata.shape == self.Y.shape
|
||||
self.Y_metadata = ObservableArray(Y_metadata)
|
||||
else:
|
||||
self.Y_metadata = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue