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
python 3.8.15 ubuntu 22.04.1 LTS
When I input
compute_networks bucha.db compute co_retweet --time_window 5 --output_file ./analysis/coretweet_5s.csv --output_format csv
I have: TypeError: output_gephi_csv() got an unexpected keyword argument 'n_messages'
TypeError: output_gephi_csv() got an unexpected keyword argument 'n_messages'
If input:
compute_networks bucha.db compute co_retweet --time_window 5 --output_file ./analysis/coretweet_5s.graphml --output_format graphml
it is OK
The text was updated successfully, but these errors were encountered:
deimosnz
No branches or pull requests
python 3.8.15
ubuntu 22.04.1 LTS
When I input
compute_networks bucha.db compute co_retweet --time_window 5 --output_file ./analysis/coretweet_5s.csv --output_format csv
I have:
TypeError: output_gephi_csv() got an unexpected keyword argument 'n_messages'
If input:
compute_networks bucha.db compute co_retweet --time_window 5 --output_file ./analysis/coretweet_5s.graphml --output_format graphml
it is OK
The text was updated successfully, but these errors were encountered: