Print on-demand evaluates the variable in all models
The behavior of the print statement is define in the docs as per-model, not per-group. This implies that it should also be consistent with the evaluation on demand policy. Currently, if var
is a variable in a group, print(var)
triggers evaluation of var
in all models in the group. The expected behavior is to evaluate only var
from the active model.