Open
Description
Based on the discussion initiated by @pjuergens at #524, this issue takes one of the further improvements discussed in that issue:
The initial solution implemented in #527 implicitly assumes None
if a value for a specific index on a but not on b (or vice-versa). For illustration, model_a|scen_b
is dropped in the unit tests, see
Line 10 in 63bbea8
As an additional feature, it would be helpful to (optionally) set a default value in the data-ops functions if a value is defined in one argument but not another.