Skip to content

test failure on drawGraph using .dot GraphViz #1718

Open
@dehann

Description

@dehann

Is or nearby current bottom of the runtests.jl file, likely testTexTreeIllustration.jl

ERROR    Parse error:
1 -> 2 [ ]
       ^
Expected '}', found '['  (at char 186), (line:5, col:8)
ERROR    Failed to parse the input data. Is it a valid dot file?
Try to input xdot data directly. Example:
    dot -Txdot file.dot | dot2tex > file.tex

If this does not work, check that you have an updated version of PyParsing and
Graphviz. Users have reported problems with old versions. You can also run
dot2tex in debug mode using the --debug option:
    dot2tex --debug file.dot
A file dot2tex.log will be written to the current directory with detailed
information useful for debugging.
ERROR    Failed to load file /home/dehann/.julia/dev/IncrementalInference/test/tmp/btproc.dot
┌ Warning: ProcessFailedException(Base.Process[Process(`dot2tex /home/dehann/.julia/dev/IncrementalInference/test/tmp/btproc.dot -o /home/dehann/.julia/dev/IncrementalInference/test/tmp/bt.tex`, ProcessExited(1))])
└ @ IncrementalInference ~/.julia/dev/IncrementalInference/src/services/JunctionTreeUtils.jl:744
stacktrace() = Base.StackTraces.StackFrame[macro expansion at show.jl:1128 [inlined], generateTexTree(treel::MetaBayesTree; filepath::String) at JunctionTreeUtils.jl:745, kwcall(::NamedTuple{(:filepath,), Tuple{String}}, ::typeof(generateTexTree), treel::MetaBayesTree) at JunctionTreeUtils.jl:685, macro expansion at testTexTreeIllustration.jl:47 [inlined], macro expansion at Test.jl:1498 [inlined], top-level scope at testTexTreeIllustration.jl:14, eval at boot.jl:370 [inlined], include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) at loading.jl:1864, _include(mapexpr::Function, mod::Module, _path::String) at loading.jl:1924, include(fname::String) at client.jl:478, top-level scope at runtests.jl:107, eval at boot.jl:370 [inlined], include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) at loading.jl:1864, _include(mapexpr::Function, mod::Module, _path::String) at loading.jl:1924, include(fname::String) at client.jl:478, top-level scope at none:6, eval at boot.jl:370 [inlined], exec_options(opts::Base.JLOptions) at client.jl:280, _start() at client.jl:522]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions