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

test failure on drawGraph using .dot GraphViz #1718

Open
dehann opened this issue May 27, 2023 · 0 comments
Open

test failure on drawGraph using .dot GraphViz #1718

dehann opened this issue May 27, 2023 · 0 comments

Comments

@dehann
Copy link
Member

dehann commented May 27, 2023

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant