Closed aptiko closed 3 years ago
This problem occurs during aggregation.
Internally, the process for aggregation is this: It takes the source time series (either raw or checked), regularizes it, then aggregates it. When regularizing, the source time series' time step is being used. If the source time series does not have a time step, this exception occurs.
One solution is to require the source time series to have a time step. Maybe attempt to determine it. Or maybe, the cleanest solution, check if it has a time step; if it doesn't, email the user with instructions.