-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mfdeakin-sandia/cime_5_2/time_processor' into master (PR …
…#1317) Time format utility This implements a new method to parse durations which are specified in hours, minutes, and seconds. Unlike the strptime method used previously, this method supports >=24 in the hours field. Passes scripts_regression_tests, as required by the CIME workflow Fixes #1310 [BFB}] * origin/mfdeakin-sandia/cime_5_2/time_processor: Fix typo in doctest Improvements to the format_time utility function Fix pylint errors Fix for wallclock time specifications >24H
- Loading branch information
Showing
2 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters