mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
minor change
This commit is contained in:
parent
a0ebc382da
commit
6587f52004
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class EP(object):
|
|||
def reset(self):
|
||||
self.old_mutilde, self.old_vtilde = None, None
|
||||
|
||||
def inference(self, kern, X, likelihood, Y, Y_metadata=None):
|
||||
def inference(self, kern, X, likelihood, Y, Y_metadata=None, Z=None):
|
||||
num_data, output_dim = X.shape
|
||||
assert output_dim ==1, "ep in 1D only (for now!)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue