You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This deprecation warning appears on Travis-CI when using Python 3.7 (using Ubuntu Xenial):
sfs/mono/drivingfunction.py:8
/home/travis/build/sfstoolbox/sfs-python/sfs/mono/drivingfunction.py:8: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release.
from numpy.core.umath_tests import inner1d # element-wise inner product
I don't know what's the best replacement for inner1d(), suggestions and PRs are very welcome!
The text was updated successfully, but these errors were encountered:
This deprecation warning appears on Travis-CI when using Python 3.7 (using Ubuntu Xenial):
I don't know what's the best replacement for
inner1d()
, suggestions and PRs are very welcome!The text was updated successfully, but these errors were encountered: