Skip to content

Parsing Issue with Fingerprint Dataset #3

@pwelke

Description

@pwelke

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions