mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
f60c8ab899
5 changed files with 13 additions and 19 deletions
|
|
@ -54,7 +54,7 @@ class Gaussian(likelihood):
|
|||
x = np.float64(x)
|
||||
if np.all(self._variance != x):
|
||||
if x == 0.:
|
||||
self.precision = None
|
||||
self.precision = np.inf
|
||||
self.V = None
|
||||
else:
|
||||
self.precision = 1. / x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue