You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from error to warning for inconsistencies in TUDataset Fingerprint. (#203)
* Warning instead of error for inconsistency
* Move force consistency to TODO
* Add tests and fix graph indicator
* Apply suggestions from code review
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
@warn"Some graph indicators are not present in graph_indicator.txt. Ordering of graph and graph labels may not be consistent. Base.getindex might produce unexpected behavior for unaltered data."
68
+
end
67
69
68
70
num_nodes =length(graph_indicator)
69
71
num_edges =length(source)
@@ -91,6 +93,8 @@ function TUDataset(name; dir=nothing)
0 commit comments