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
Just wanted to flag up that I came across this today, too. Graph level attributes are currently used as a way to store metadata and ego level data by several softwares.
Can I suggest that the parser be updated to at least recognize the validity of the attribute according to the spec, thereby downgrading the issue level from 'severe' to 'info'. The accompanying message could say something like "Graph level attributes not supported currently".
@eduramiba - any implementation plan? I can provide a PR if the above proposal works for you.
If a GraphML file declares an attribute for the type "graph" the code here flags a "severe" error in the load dialog
Attributes in GraphML can be declared for
node
,edge
,graph
andall
but this code throws an error if we pass an attrib of the typegraph
.Tested the same GraphML file with Yed and it correctly parses and shows the different attributes grouped by node/edge/graph types:
Example file:
The text was updated successfully, but these errors were encountered: