Skip to content

Commit a2aecc2

Browse files
committed
show on var entries, fix #764
1 parent 08b2109 commit a2aecc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/CustomPrinting.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function printVariable( io::IO, vert::DFGVariable;
7474
print(ioc, " :$key ")
7575
println(ioc, "<-- .suggested: ", round.(ppe.suggested,digits=4) )
7676
end
77+
println(ioc, " # BlobEntries: (", length(listBlobEntries(vert)), ")")
7778
printstyled(ioc, " VariableType: ", color=:blue, bold=true)
7879
println(ioc, vari)
7980
# println(ioc, "kde max: $(round.(getKDEMax(getBelief(vnd)),digits=4))")

0 commit comments

Comments
 (0)