Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Aug 8, 2024
1 parent 52f3721 commit 8121c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests_acceptance/input_yaml_files/test19_filter_extremes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ input-data:
filename: ./tests_acceptance/input_nc_files/delft3dfmflow_output_example_DWSM-FM_200m_0004_map.nc
variable_mapping:
mesh2d_sa1: "salinity"
mesh2d_s1: "water_level"

rules:
- filter_extremes_rule:
name: Test filter extremes rule
description: Testing..
input_variable: water_level
input_variable: mesh2d_s1
output_variable: water_level_peaks_mask
extreme_type: peaks
distance: 11
Expand All @@ -21,7 +20,7 @@ rules:
- filter_extremes_rule:
name: Test filter extremes rule
description: Testing..
input_variable: water_level
input_variable: mesh2d_s1
output_variable: water_level_peaks
extreme_type: peaks
distance: 11
Expand All @@ -31,7 +30,7 @@ rules:
- filter_extremes_rule:
name: Test filter extremes rule
description: Testing..
input_variable: water_level
input_variable: mesh2d_s1
output_variable: water_level_troughs
extreme_type: troughs
distance: 11
Expand All @@ -41,7 +40,7 @@ rules:
- filter_extremes_rule:
name: Test filter extremes rule
description: Testing..
input_variable: water_level
input_variable: mesh2d_s1
output_variable: water_level_troughs_mask
extreme_type: troughs
distance: 11
Expand Down
Binary file modified tests_acceptance/reference_nc_files/test19_filter_extremes.nc
Binary file not shown.

0 comments on commit 8121c43

Please sign in to comment.