Skip to content

Commit

Permalink
add comment for the function
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Nov 22, 2024
1 parent 083c922 commit 0a65bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub_predtimechart/app/generate_json_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def generate_forecast_json_file(hub_config, model_id_to_df, output_dir, target,
"""
Gets the forecast data to save using the passed args and then saves it to the appropriately-named json file in
`output_dir`. Returns the saved json file Path, or None if no json file was generated (i.e., there was no forecast
data for the args).
data for the args) OR if the json file already exists.
"""
file_name = json_file_name(target, task_ids_tuple, reference_date)
json_file_path = output_dir / file_name
Expand Down

0 comments on commit 0a65bd9

Please sign in to comment.