sknetwork-team / scikit-network

Graph Algorithms
Other
602 stars 67 forks source link

from sknetwork.utils import edgelist2adjacency, edgelist2biadjacency #559

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

Description

for from sknetwork.utils import edgelist2adjacency, edgelist2biadjacency get builtins.ImportError: cannot import name 'edgelist2adjacency' from 'sknetwork.utils'

tbonald commented 1 year ago

Hello,

This function no longer exists. Please use the following function:

from sknetwork.data import from_edge_list

Thanks.