File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def sample_yaml(tmp_path):
4040
4141def 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
7575def 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' ,
You can’t perform that action at this time.
0 commit comments