Skip to content

Commit 9b598a1

Browse files
committed
Fix method reference in lat_lon_native_driver.py
1 parent 38f05f9 commit 9b598a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e3sm_diags/driver/lat_lon_native_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_diag(parameter: LatLonNativeParameter) -> LatLonNativeParameter: # noqa
6666
for time_period in time_periods:
6767
if use_time_slices:
6868
logger.info(f"Processing time slice: {time_period}")
69-
parameter._set_time_slice_attrs(
69+
parameter._set_time_slice_name_yrs_attrs(
7070
test_ds.dataset, ref_ds.dataset, time_period
7171
)
7272
else:

0 commit comments

Comments
 (0)