You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This continues on from Issue #2. The internal cycling mechanism has been generalized, and we now have stepped yearly, monthly, and daily cycling, in addition to the original hours-of-the-day cycling.
The text was updated successfully, but these errors were encountered:
The cycle time arithmetic module now handles minutes and seconds, and the generalized cycling mechanism should allow a cycler module that generates sequences with sub-hourly intervals. We just need to go through the code and check that all user inputs and internal use of cycle times can handle seconds (e.g. we may still assume or check for 10-digit cycle times of the form YYYYMMDDHH in places).
This continues on from Issue #2. The internal cycling mechanism has been generalized, and we now have stepped yearly, monthly, and daily cycling, in addition to the original hours-of-the-day cycling.
The text was updated successfully, but these errors were encountered: