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
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.
The text was updated successfully, but these errors were encountered:
When using
GMLFormat
, the following warning is given.However, if you try
you will see GML is not defined.
The text was updated successfully, but these errors were encountered: