QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.
MIT License
71 stars 14 forks source link

TypeError: output_gephi_csv() got an unexpected keyword argument 'n_messages' #55

Open myrainbowandsky opened 1 year ago

myrainbowandsky commented 1 year ago

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