From 5a83a588a0f5688735d4733160b1506cc2f6d241 Mon Sep 17 00:00:00 2001 From: Natalie Weires Date: Thu, 21 Mar 2024 19:57:00 +0000 Subject: [PATCH] Update docstring --- buildstockbatch/cloud/docker_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildstockbatch/cloud/docker_base.py b/buildstockbatch/cloud/docker_base.py index 2d6c9013..9205754b 100644 --- a/buildstockbatch/cloud/docker_base.py +++ b/buildstockbatch/cloud/docker_base.py @@ -396,9 +396,9 @@ def _prep_jobs_for_batch(self, tmppath): def _determine_weather_files_needed_for_batch(self, buildstock_df): """ - Gets the list of EPW filenames required for a batch of simulations. + Gets the list of weather filenames required for a batch of simulations. :param buildstock_df: DataFrame of the buildstock batch being simulated. - :returns: Set of EPW filenames needed for this batch of simulations. + :returns: Set of weather filenames needed for this batch of simulations. """ # Fetch the mapping for building to weather file from options_lookup.tsv epws_by_option, param_name = _epws_by_option(