Skip to content
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

Parsing graphML prints warning #10

Open
m-fila opened this issue Jun 20, 2024 · 0 comments
Open

Parsing graphML prints warning #10

m-fila opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@m-fila
Copy link
Collaborator

m-fila commented Jun 20, 2024

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

@m-fila m-fila added the enhancement New feature or request label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant