You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, I import a weighted network by the dataframe data. However, I get an unweighted network with TemporalNetwork object.
There is no error when I import the dataframe data, but when I continue to use the tnet with other methods like networkmeasures.temporal_degree_centrality, an error appears.
I can solve my problem with other importing method like list of edge, but I wonder why this situation happens.
The text was updated successfully, but these errors were encountered:
Update after digging around, looks like the weights are not getting included when importing from df into TemporalNetwork (should have been spotted a long time ago).
Hello!
I get a problems when I run the following:
In theory, I import a weighted network by the dataframe data. However, I get an unweighted network with TemporalNetwork object.
There is no error when I import the dataframe data, but when I continue to use the
tnet
with other methods likenetworkmeasures.temporal_degree_centrality
, an error appears.I can solve my problem with other importing method like list of edge, but I wonder why this situation happens.
The text was updated successfully, but these errors were encountered: