-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeWarning: invalid value encountered in sqrt #28
Comments
Thanks for letting us know! What versions of Recycler and SPAdes are you working with? |
I have the same issue, it run through my first node then produces this error.
assembly graph was generated using Spades v3.13.1 Has a solution to this issue been identified? |
What version of Recycler are you using, have you pulled the most recent version? |
Hi I'm using Recycler v0.7, it was installed using conda. I will try SCAPP, however I think it would nice to know what going wrong here. |
The error means that that line is trying to evaluate the square root of a negative number. The value should not be negative, I can't tell why it occurs without being able to reproduce the error. |
This warning occurs for some of my files but not all.
~/anaconda3/lib/python3.6/site-packages/recycler-0.62-py3.6.egg/recyclelib/utils.py:178: RuntimeWarning: invalid value encountered in sqrt
after I issue the recycle.py command, It will run through several "# nodes remain in component" and eventually get stuck somewhere. I've tried letting it run for several hours, but it never progresses.
The text was updated successfully, but these errors were encountered: