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
Two warning messages appear when i run meth_phaser_parallel :
warning:
/home/lixin/miniconda3/envs/viaenv/bin/methphasing:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import require
and
/home/lixin/miniconda3/envs/viaenv/lib/python3.9/site-packages/scipy/__init__.py:155: UserWarning: A NumPy version >=1.18.5 and <1.26.0 is required for this version of SciPy (detected version 1.26.2
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
But the program dont stop and can get the output.
What is the reason of the two warning and does they affect the results?
Thanks!
The text was updated successfully, but these errors were encountered:
if you did not install methphaser via conda, these warnings can be caused by the wrong package version in you environment. If you installed conda it might be methphaser's issue, I will take a look.
Two warning messages appear when i run meth_phaser_parallel :
and
But the program dont stop and can get the output.
What is the reason of the two warning and does they affect the results?
Thanks!
The text was updated successfully, but these errors were encountered: