Skip to content

bugfix in Modules/utils/utils.py in the plot_manual_graph function #36

@mbanf

Description

@mbanf

bugfix in Modules/utils/utils.py in the plot_manual_graph function, switched indexing for nodes instead of hyperedges in incidence matrix results in too many added nodes and hence an out of index error. This error does not happen in the KNN given example, because the
number of hyperedges equals the number of nodes and hence doubles the number of nodes anyways. It occurs however, if the number of hyperedges is less then the number of nodes”

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions