yak shaving and whitespaces

This commit is contained in:
mzwiessele 2014-06-30 10:25:49 -07:00
parent b9e61b0ed1
commit 8a8818aa91
4 changed files with 35 additions and 34 deletions

View file

@ -253,7 +253,7 @@ class Model(Parameterized):
def _checkgrad(self, target_param=None, verbose=False, step=1e-6, tolerance=1e-3):
"""
Check the gradient of the ,odel by comparing to a numerical
estimate. If the verbose flag is passed, invividual
estimate. If the verbose flag is passed, individual
components are tested (and printed)
:param verbose: If True, print a "full" checking of each parameter