Skip to content

Commit fa4cd4e

Browse files
committed
updated pytest after combining adding rename-split to split-netcdf task
1 parent 61711f6 commit fa4cd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jinja2Filters/tests/form_remap_dep_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def sample_yaml(tmp_path):
4040

4141
def test_regrid_one_one(sample_yaml):
4242
"""atmos regrid 1-year history to 1-year timeseries"""
43-
result = "rename-split-to-pp-regrid_atmos_daily & rename-split-to-pp-regrid_atmos_month => remap-pp-components-ts-P1Y_atmos\n"
43+
result = "split-netcdf-regrid_atmos_daily & split-netcdf-regrid_atmos_month => remap-pp-components-ts-P1Y_atmos\n"
4444
assert result == form_remap_dep.form_remap_dep(grid_type='regrid-xy',
4545
temporal_type='temporal',
4646
chunk='P1Y',
@@ -74,7 +74,7 @@ def test_regrid_two_one(sample_yaml):
7474

7575
def test_native_one_one(sample_yaml):
7676
"""land native 1-year history to 1-year timeseries"""
77-
result = "rename-split-to-pp-native_land_daily & rename-split-to-pp-native_land_month & rename-split-to-pp-native_river => remap-pp-components-ts-P1Y_land_cubic\n"
77+
result = "split-netcdf-native_land_daily & split-netcdf-native_land_month & split-netcdf-native_river => remap-pp-components-ts-P1Y_land_cubic\n"
7878
assert result == form_remap_dep.form_remap_dep(grid_type='native',
7979
temporal_type='temporal',
8080
chunk='P1Y',

0 commit comments

Comments
 (0)