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
{{ message }}
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
using Graphs
warnings then
WARNING: deprecated syntax "inner constructor TopologicalSortVisitor(...) around /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/depth_first_visit.jl:131".
Use "TopologicalSortVisitor{V}(...) where V" instead.
WARNING: deprecated syntax "abstract AbstractMASVisitor<:AbstractGraphVisitor" at /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/maximum_adjacency_visit.jl:14.
Use "abstract type AbstractMASVisitor<:AbstractGraphVisitor end" instead.
ERROR: LoadError: LoadError: TypeError: Type{...} expression: expected UnionAll, got Base.Collections.#PriorityQueue
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:539
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:539
[4] eval(::Module, ::Any) at ./boot.jl:235
[5] require(::Symbol) at ./loading.jl:453
while loading /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/maximum_adjacency_visit.jl, in expression starting on line 15
while loading /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/Graphs.jl, in expression starting on line 140
The text was updated successfully, but these errors were encountered:
Hi, maintenance on Graphs.jl is slow, but some of us are still using it. LightGraphs.jl does not support separate memory storage or deep coupling with algorithm operation. LightGraphs seems better suited for studying graph properties than using the graph as an actual extendable data structure. I will look at bringing Graphs.jl up to speed for 0.6 in the next couple of weeks. Unlikely to look at it until mid July though.
using Graphs
warnings then
WARNING: deprecated syntax "inner constructor TopologicalSortVisitor(...) around /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/depth_first_visit.jl:131".
Use "TopologicalSortVisitor{V}(...) where V" instead.
WARNING: deprecated syntax "abstract AbstractMASVisitor<:AbstractGraphVisitor" at /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/maximum_adjacency_visit.jl:14.
Use "abstract type AbstractMASVisitor<:AbstractGraphVisitor end" instead.
ERROR: LoadError: LoadError: TypeError: Type{...} expression: expected UnionAll, got Base.Collections.#PriorityQueue
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:539
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:539
[4] eval(::Module, ::Any) at ./boot.jl:235
[5] require(::Symbol) at ./loading.jl:453
while loading /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/maximum_adjacency_visit.jl, in expression starting on line 15
while loading /apps/infrafs1/dbrowne/.julia/v0.6/Graphs/src/Graphs.jl, in expression starting on line 140
The text was updated successfully, but these errors were encountered: