From 9feb1304091bc19b0c3d3121a90af84de36125fc Mon Sep 17 00:00:00 2001 From: James Hensman Date: Fri, 22 Nov 2013 08:59:29 +0000 Subject: [PATCH] formatting docstring --- GPy/core/mapping.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GPy/core/mapping.py b/GPy/core/mapping.py index 5f517706..7b2c89b9 100644 --- a/GPy/core/mapping.py +++ b/GPy/core/mapping.py @@ -124,7 +124,11 @@ class Mapping(Parameterized): from GPy.core.model import Model class Mapping_check_model(Model): - """This is a dummy model class used as a base class for checking that the gradients of a given mapping are implemented correctly. It enables checkgradient() to be called independently on each mapping.""" + """ + This is a dummy model class used as a base class for checking that the + gradients of a given mapping are implemented correctly. It enables + checkgradient() to be called independently on each mapping. + """ def __init__(self, mapping=None, dL_df=None, X=None): num_samples = 20 if mapping==None: