Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nweires committed Mar 21, 2024
1 parent 385516b commit 5a83a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildstockbatch/cloud/docker_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5a83a58

Please sign in to comment.