Skip to content

Commit

Permalink
Update internal/tests/pytests/wrappers/gfdl_tracker/test_gfdl_tracker.py
Browse files Browse the repository at this point in the history
Co-authored-by: George McCabe <[email protected]>
  • Loading branch information
John-Sharples and georgemccabe authored Sep 20, 2023
1 parent 17d34df commit 62e249d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def set_minimum_config_settings(config):
config.set("config", "INPUT_MUST_EXIST", False)

# set process and time config variables
config.set("config", "PROCESS_LIST", "GridStat")
config.set("config", "PROCESS_LIST", "GFDLTracker")
config.set("config", "LOOP_BY", "INIT")
config.set("config", "INIT_TIME_FMT", time_fmt)
config.set("config", "INIT_BEG", run_times[0])
Expand Down

0 comments on commit 62e249d

Please sign in to comment.