We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/Users/bestony/Code/cli/grank/grank/script/social.py:46: RuntimeWarning: invalid value encountered in long_scalars social_df["score"] = social_df.apply(lambda row: row.community_member / row.all_member , axis=1)
Grank/grank/script/social.py
Line 46 in 7b00abb
The text was updated successfully, but these errors were encountered:
22988c4
此问题需要持续关注,暂时使用
import warnings warnings.filterwarnings('ignore')
进行了 workaround ,开发时需要去除这两行代码。
Sorry, something went wrong.
No branches or pull requests
Grank/grank/script/social.py
Line 46 in 7b00abb
The text was updated successfully, but these errors were encountered: