-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some TU Datasets do not work - Error when loading #195
Comments
Thanks @chrisn-pik for reporting this!! |
@chrisn-pik can you confirm that everything works on last tagged version? |
@CarloLucibello Thanks for the quick fix. I do not get an error message in case of Cuneiform now, however, I still can not use Fingerprint, see #195 (comment). |
In our code, we expect graph labels to be numbered serially. Seems like it is not the case and is not specified in the format. Will be making a pr shortly. |
Looks like there must be some discrepancy in this particular dataset. using DelimitedFiles: readdlm
readdlm("~/.julia/datadeps/TUDataset/Fingerprint/Fingerprint_graph_indicator.txt", Int) |> unique |> length gives 2149. Which means there are 2149 graphs with nodes. But the original docs and other files like Removing the check and changing a few lines can load the data, but should we? |
we can turn the error into a warning |
Unfortunately, some TU Datasets can not be loaded. The following example illustrates the problem for dataset "Cuneiform":
The following error message occurs:
Other problems arise for Fingerprint:
The text was updated successfully, but these errors were encountered: