Skip to content

Commit

Permalink
explicitly use observers in heirachy
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 23, 2024
1 parent 980a149 commit 1a1497c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions observer_components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
observer_nesting:
- cost function
- observations
- observers
components:
- obs space
- obs operator
Expand All @@ -28,6 +29,7 @@
hofx3d: &hofx
observer_nesting:
- observations
- observers
components:
- obs space
- obs operator
Expand All @@ -43,6 +45,7 @@ hofx4d: *hofx
local_ensemble_da:
observer_nesting:
- observations
- observers
components:
- obs space
- obs operator
Expand Down
1 change: 0 additions & 1 deletion test_obs_filters.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ time window:
bound to include: '{{ bound_to_include | default("begin", true) }}'

observations:
observers:
{% for observation_from_jcb in observations %}
{% if use_observer(observation_from_jcb) %}
{% filter indent(width=2) %}
Expand Down

0 comments on commit 1a1497c

Please sign in to comment.