Skip to content

Problem with node attributes (specifically `bipartite') #36

@floklimm

Description

@floklimm

Netwulf seems to have a problem with some node attributes. It results in not plotting anything.

I have a network that is a monopartite projection of a bipartite network. Therefore every node has the attribute ('bipartite',0).

For using Netwulf I have to delete them manually.

for node in tempToPlot:
   del tempToPlot.node[node]['bipartite']

Find attached two input files, one that works and a second one that doesn't work. (I had to rename them as txt)

It might be only the specific node attribute 'bipartite' or node attributes in general. So if people run into this error, just remove the attributes.

matNetwork_error.txt
matNetwork.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions