Skip to content

Commit

Permalink
Remove debugging code and add a blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsketefian committed Oct 18, 2024
1 parent 7545d25 commit 21374ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions ush/set_cycle_and_obs_timeinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def get_obs_retrieve_times_by_day(
Dictionary of dictionaries containing times at which each type of obs is
needed on each obs day.
"""

# Convert string contents of input dictionaries to datetime objects.
for time_type in ['cumul', 'inst']:
fcst_output_times_all_cycles[time_type] \
Expand Down
5 changes: 0 additions & 5 deletions ush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,11 +642,6 @@ def _remove_tag(tasks, tag):
cycle_start_times \
= set_cycle_dates(date_first_cycl, date_last_cycl, cycl_intvl_dt,
return_type='datetime')
print(f"")
print(f"IIIIIIIIIIIIIII")
print(f"cycle_start_times = ")
pprint(cycle_start_times)
#mnmnmnmnmnmnmn
#
# -----------------------------------------------------------------------
#
Expand Down

0 comments on commit 21374ca

Please sign in to comment.