Skip to content
Snippets Groups Projects
Verified Commit ac829a3c authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Do not print helper variables

parent 1b66a519
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,9 @@ function Base.show(io::IO, printer::BuildingBlockPrinter) ...@@ -206,6 +206,9 @@ function Base.show(io::IO, printer::BuildingBlockPrinter)
if printed_duration && fn == duration if printed_duration && fn == duration
continue continue
end end
if fn in [fn_alt for (fn_alt, _, _, _) in values(alternative_variables)]
continue
end
try try
numeric_value = _robust_value(fn(block)) numeric_value = _robust_value(fn(block))
if isnothing(numeric_value) if isnothing(numeric_value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment