YeoLab / MINES

(m)6A (I)dentification Using (N)anopor(E) (S)equencing
18 stars 3 forks source link

DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. #16

Open SJW-Danny opened 3 years ago

SJW-Danny commented 3 years ago

Hi! First of all, thank you very much for writing this nice piece of tool. When i running the cDNA_MINES.py and genomic_MINES.py, I found the same DeprecationWarning , and only can get a little result.

/mnt/raid5/Personal/minion/miniconda3/envs/mines/lib/python3.7/site-packages/sklearn/ensemble/weight_boosting.py:29: 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

Hope your help!