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

Matrix expansion in config yaml #32

Closed
ericbarefoot opened this issue May 19, 2020 · 0 comments · Fixed by #69
Closed

Matrix expansion in config yaml #32

ericbarefoot opened this issue May 19, 2020 · 0 comments · Fixed by #69
Labels
enhancement New feature or request
Milestone

Comments

@ericbarefoot
Copy link
Collaborator

Per thoughts from @amoodie:

Additionally, this could let us do cool things like config matrix expansions where something like:

n_timesteps: 100

matrix:
  input_sand_fraction:
    - 0.4
    - 0.8

produces two runs, each run for 100 timesteps. One run has sand frac 0.4, one has 0.6, and all other parameters are at default values. This could come much later, but could be a cool feature to have.

It would be nifty to have the input configuration yaml file allow for a matrix expansion. I will make this issue and flag it as an enhancement for the future.

@ericbarefoot ericbarefoot added the enhancement New feature or request label May 19, 2020
@amoodie amoodie mentioned this issue Jun 2, 2020
@ericbarefoot ericbarefoot added this to the Stable API milestone Jun 2, 2020
@amoodie amoodie linked a pull request Jun 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant