From e87b119d74be6c19c4f787e60ca9ec1e9eacbefd Mon Sep 17 00:00:00 2001 From: Samuel Levis Date: Tue, 12 Nov 2024 17:44:25 -0700 Subject: [PATCH] Correct another error that came in with a merge conflict --- python/ctsm/crop_calendars/generate_gdds_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ctsm/crop_calendars/generate_gdds_functions.py b/python/ctsm/crop_calendars/generate_gdds_functions.py index 3e412814df..42b56629f9 100644 --- a/python/ctsm/crop_calendars/generate_gdds_functions.py +++ b/python/ctsm/crop_calendars/generate_gdds_functions.py @@ -560,7 +560,7 @@ def import_and_process_1yr( break if not h2_files: error(logger, f"No files found matching patterns: {patterns}") - h2_ds = utils.import_ds( + h2_ds = import_ds( h2_files, my_vars=my_vars, my_vegtypes=crops_to_read,