mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
formatting docstring
This commit is contained in:
parent
5b1f700238
commit
9feb130409
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue