mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
some more merge conflicts resolved for syncing with the current devel branch of main GPy
This commit is contained in:
commit
8b24b492f1
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ class Binomial(Likelihood):
|
|||
"""
|
||||
N = Y_metadata['trials']
|
||||
np.testing.assert_array_equal(N.shape, y.shape)
|
||||
|
||||
Ny = N-y
|
||||
t1 = np.zeros(y.shape)
|
||||
t2 = np.zeros(y.shape)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue