-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
SSize: day or lessSize: day or lessenhancementhighPriority: next release if possiblePriority: next release if possible
Description
Problem
The DateTime.addInterval method is used to increment the date/time. It may be called a specific number of times or be called in a loop to iterate over time. The addInterval method currently ignores the interval (precision) of IRREGULAR. If called in a loop, this could lead to an infinite loop. I changed the code in TSTool 15.2.0 to throw an exception for IRREGULAR and unrecognized interval. However, this causes ChangeInterval command tests to fail. I changed the code back so that IRREGULAR is ignored, but print a warning to the log file.
Actions
- Need to study the code more to decide how best to handle irregular time series.
Metadata
Metadata
Assignees
Labels
SSize: day or lessSize: day or lessenhancementhighPriority: next release if possiblePriority: next release if possible