Make bandit a mandatory test and fix some typos

This commit is contained in:
Christian Clauss 2021-10-30 02:11:52 +02:00
parent 370aaf701c
commit 4a7fa658bb
22 changed files with 69 additions and 69 deletions

View file

@ -94,7 +94,7 @@ def numderiv(func,x,step,eps):
Some care is taken to adjust the step so that the gradient and
Hessian diagonal are estimated with about 4 digits of precision
but some noise is unavaoidable due either to the noise in the
but some noise is unavoidable due either to the noise in the
function or cubic/higher terms in the Taylor expansion.
'''