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

Reduce number of iterations of parameters config #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tests/cases/parameters/config/test_config_parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cycles:
- bimonthly_tasks:
start_date: *root_start_date
end_date: *root_end_date
period: P2M
period: P6M
tasks:
- icon:
inputs:
Expand All @@ -16,7 +16,7 @@ cycles:
- icon_restart:
when:
after: *root_start_date
lag: -P2M
lag: -P6M
parameters:
foo: single
bar: single
Expand All @@ -39,7 +39,7 @@ cycles:
- merge:
inputs:
- analysis_foo_bar:
lag: ['P0M', 'P2M', 'P4M', 'P6M', 'P8M', 'P10M']
lag: ['P0M', 'P6M']
outputs: [yearly_analysis]

tasks:
Expand Down Expand Up @@ -90,5 +90,5 @@ data:
src: yearly_analysis

parameters:
foo: [0, 1, 2]
bar: [3.0, 3.5]
foo: [0, 1]
bar: [3.0]
Loading
Loading