From f5f2c56f7c1311093bb503cce96d6b42815d3403 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Thu, 6 Feb 2014 14:36:24 +0000 Subject: [PATCH] spelling --- GPy/likelihoods/gaussian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/likelihoods/gaussian.py b/GPy/likelihoods/gaussian.py index c047e573..f77eafbe 100644 --- a/GPy/likelihoods/gaussian.py +++ b/GPy/likelihoods/gaussian.py @@ -3,7 +3,7 @@ #TODO """ -A lot of this code assumes that the link functio nis the identity. +A lot of this code assumes that the link function is the identity. I think laplace code is okay, but I'm quite sure that the EP moments will only work if the link is identity.