Currently coherent list models (e.g. lst_mint_mdl) require the key_data() of the mable to be passed in via the forecast.mdl_df() method - this dependency seems fragile and could be improved by storing the coherency structure when reconcile() is called. This also relates to how coherent list models should behave for other functions (e.g. fitted() should give coherent fitted values).
Currently coherent list models (e.g.
lst_mint_mdl) require thekey_data()of the mable to be passed in via theforecast.mdl_df()method - this dependency seems fragile and could be improved by storing the coherency structure whenreconcile()is called. This also relates to how coherent list models should behave for other functions (e.g.fitted()should give coherent fitted values).