coordination-network-toolkit icon indicating copy to clipboard operation
coordination-network-toolkit copied to clipboard

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

Open myrainbowandsky opened this issue 2 years ago • 0 comments

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

myrainbowandsky avatar Mar 19 '23 18:03 myrainbowandsky