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

Warning for GMLFormat #26

Open
newptcai opened this issue Apr 26, 2020 · 0 comments
Open

Warning for GMLFormat #26

newptcai opened this issue Apr 26, 2020 · 0 comments

Comments

@newptcai
Copy link

When using GMLFormat, the following warning is given.

┌ Warning: `GraphIO.GMLFormat`  has been moved to submodule `GraphIO.GML` and needs `ParserCombinator.jl` to be imported first. I.e. use
│     using ParserCombinator
│     GraphIO.GML.GMLFormat()
│   caller = searchall(::NWNGSearchConfig, ::String) at SearchWeakly.jl:333
└ @ SearchWeakly ~/Dropbox/Research/2020/Lena/SearchWeakly/src/SearchWeakly.jl:333

However, if you try

import ParserCombinator
using GraphIO: GML

you will see GML is not defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant