Skip to content

Change scenario_best_of to also compute the scenarios instead of just comparing them #36

@mjkanji

Description

@mjkanji

It would be great and make our code far less verbose if scenario_best_of would compute the different scenarios alongside comparing them. I'm thinking we could pass in three different lists as arguments:

  • a list of the scenario functions we want to call,
  • a list with the corresponding data frames to use for each function (this could potentially just be moved into the list of arguments),
  • a list with the arguments to pass to each scenario function (this would thus be a list of lists)

And it would then compute everything.

@ElliottMess Thoughts?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions