-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Bug
julia> gen_code("/tmp/bla.jl",graph,lang=LangJulia(false));
julia> include("/tmp/bla.jl")
julia> A=[3 4.0; 5.5 0.1];
julia> dummy(A)
ERROR: UndefRefError: access to undefined reference
Stacktrace:
[1] getindex
@ ./array.jl:835 [inlined]
[2] dummy(A::Matrix{Float64})
@ Main /tmp/bla.jl:22
[3] top-level scope
@ REPL[10]:1
It has something to do with precomputed nodes.
Metadata
Metadata
Assignees
Labels
No labels