pbrod / numdifftools

Solve automatic numerical differentiation problems in one or more variables.
BSD 3-Clause "New" or "Revised" License
254 stars 44 forks source link

doctest failed #46

Closed rutadesai closed 4 years ago

rutadesai commented 5 years ago

nd.test(coverage=True, doctests=True) fails, returns FAILED (errors=3, failures=10). I am on Windows with Anaconda, python 3.7. I used pip install for installing numdifftools. Any ideas on why this might be failing?

Thanks!

pbrod commented 5 years ago

Can you give a printout of the failures?

pbrod commented 4 years ago

Test updated. Closing.