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
GraphML is not very well supported in the Julia ecosystem. The parsing package we are using prints some warnings on files compliant with the GraphML specification:
┌ Warning: Skipping unknown XML element 'graphml'- further warnings will be suppressed
└ @ key4hep_julia_fwk.GraphMLReader ~/key4hep-julia-fwk/deps/GraphMLReader.jl/src/graphml.jl:125
┌ Warning: Skipping unknown node 'data'- further warnings will be suppressed
└ @ key4hep_julia_fwk.GraphMLReader ~/key4hep-julia-fwk/deps/GraphMLReader.jl/src/graphml.jl:64
This seems to be harmless, just a little annoying
The text was updated successfully, but these errors were encountered:
GraphML is not very well supported in the Julia ecosystem. The parsing package we are using prints some warnings on files compliant with the GraphML specification:
This seems to be harmless, just a little annoying
The text was updated successfully, but these errors were encountered: