[ ] Simplify the structure of the bestcost function output variable by keeping only [[main]] and [[detailed]] (i.e. remove [[raw]] and [[interim]]).
[ ] In the bestcost function output in the [[main]] and [[raw]] lists a lot of info is doubled: streamline.
Not sure if I really agree with this suggestions. First of all, be aware of the changes that I have introduced in #297
I would keep the list element [[raw]] because it shows the results before agregating across municipalities or before filtering out some of the uncertainties. We do need the sublist structure in output[["detailed"]] because we need sometimes more than one outcome.
Regarding the duplicities between [[main]] and [[raw]], I think that they are needed. Main is raw, just simplified collapsing some rows, but all columns are needed to keep the information.
I have considered both tasked as done by #148
@luytax If you think that we need to discuss something about it let's do it here. Otherwise, please close the issue.
@luytax suggested two improvements #148
bestcost
function output variable by keeping only[[main]]
and[[detailed]]
(i.e. remove[[raw]]
and[[interim]]
).bestcost
function output in the[[main]]
and[[raw]]
lists a lot of info is doubled: streamline.Not sure if I really agree with this suggestions. First of all, be aware of the changes that I have introduced in #297 I would keep the list element
[[raw]]
because it shows the results before agregating across municipalities or before filtering out some of the uncertainties. We do need the sublist structure in output[["detailed"]] because we need sometimes more than one outcome.Regarding the duplicities between
[[main]]
and[[raw]]
, I think that they are needed. Main is raw, just simplified collapsing some rows, but all columns are needed to keep the information.I have considered both tasked as done by #148
@luytax If you think that we need to discuss something about it let's do it here. Otherwise, please close the issue.