This update allows to replace parameter name of inherited config Task, when using @inherits_config_params decorator.
Currently, when using @inherits_config_params, parameter name of inheriting config Task and decorated Task must be same. After this PR, parameter name can be replaced by passing parameter names dictionary param_config2task to @inherits_config_params decorator.
This update allows to replace parameter name of inherited config Task, when using
@inherits_config_params
decorator.Currently, when using
@inherits_config_params
, parameter name of inheriting config Task and decorated Task must be same. After this PR, parameter name can be replaced by passing parameter names dictionaryparam_config2task
to@inherits_config_params
decorator.Please review! @hirosassa @vaaaaanquish @e-mon @Hi-king