easy-graph / Easy-Graph

EasyGraph is an open-source network analysis library designed to cover advanced network processing methods. It includes functionalities for detecting structural hole spanners, network embedding, and various classic network analysis techniques.
https://easy-graph.github.io/
BSD 3-Clause "New" or "Revised" License
400 stars 39 forks source link

Bug in empty_graph() graph generator #94

Closed tddschn closed 2 years ago

tddschn commented 2 years ago

See https://github.com/easy-graph/Easy-Graph/blob/f66e200c2319941dbde8391a24a119cc10208795/easygraph/functions/graph_generator/classic.py#L22.

n of type "int" is not iterable.

Might results in

TypeError: cannot unpack non-iterable int object

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.