maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
420 stars 60 forks source link

fix importing error in findiff and set input args to np.int in coeff #13

Closed jenuis closed 5 years ago

jenuis commented 5 years ago
  1. The name of findiff.py is the same as module name, having import problems in python2.7.
  2. In coefs.py p and q is passed in as float type.
maroba commented 5 years ago

Thanks for the changes! Did you run the test suite? For me, the tests with python2 still fail due to import errors...