mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 13:32:39 +02:00
Nparam changes to num_params
This commit is contained in:
parent
39eb0368d8
commit
a59d980327
10 changed files with 14 additions and 14 deletions
|
|
@ -156,7 +156,7 @@ class SparseGP(GPBase):
|
|||
|
||||
|
||||
# the partial derivative vector for the likelihood
|
||||
if self.likelihood.Nparams == 0:
|
||||
if self.likelihood.num_params == 0:
|
||||
# save computation here.
|
||||
self.partial_for_likelihood = None
|
||||
elif self.likelihood.is_heteroscedastic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue