Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor drake plan functions to make use of dynamic branching #168

Open
ha0ye opened this issue Mar 19, 2020 · 0 comments
Open

Refactor drake plan functions to make use of dynamic branching #168

ha0ye opened this issue Mar 19, 2020 · 0 comments
Labels
enhancement New feature or request infrastructure how MATSS runs

Comments

@ha0ye
Copy link
Member

ha0ye commented Mar 19, 2020

Currently, we are setup for static branching. This means that in order to construct the plan for all of the analysis x dataset combinations, we have to know in advance all of the analyses and datasets. Dynamic branching would allow the code to defer that aspect of generating the plan.

The main benefit I see is that it would simplify some of the code to generate the plan for analyses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure how MATSS runs
Projects
None yet
Development

No branches or pull requests

1 participant