-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The Fingerprint dataset seems to be incorrectly processed by the converter function.
The following code snippet can be used to reproduce the problem, that is: all graphs from index 2149 in the dataset will have zero vertices and edges (which is not the case).
import GraphDataToNetworkxGraphList.GraphDataToGraphList as g2l
graphs = g2l.graph_data_to_graph_list(db='Fingerprint', path='./DS_all/')
problembaer = graphs[0][2149]
print(problembaer.number_of_nodes())Metadata
Metadata
Assignees
Labels
No labels