Skip to content

Commit

Permalink
Reduce number of iterations of parameters config (#74)
Browse files Browse the repository at this point in the history
We do this as preparation to decrease the time it takes to run the
workflow for this config while not reducing coverage.
  • Loading branch information
agoscinski authored Jan 9, 2025
1 parent 5608e2e commit 073b40b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1,346 deletions.
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

0 comments on commit 073b40b

Please sign in to comment.