Skip to content

Commit

Permalink
HRRR - Deprecate utils method to get a file name.
Browse files Browse the repository at this point in the history
The method has moved to the FileHandler.
  • Loading branch information
jomey committed Apr 23, 2021
1 parent e77b0c9 commit ad825c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions weather_forecast_retrieval/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,3 @@ def isscalar(x):
return False
else:
return True


def hrrr_file_name_finder(*kwargs):
"""
TODO: Deprecate in favor of calling HRRR FileHandler directly.
"""
return hrrr.FileHandler.folder_and_file(*kwargs)

0 comments on commit ad825c3

Please sign in to comment.