Time series gapfilling in array with no gaps
Created by: Dreamlone
When the gap-filling functionality of the framework is used now, you can sometimes get the following error
This error occurs when there are no gaps in the array
For example you want to fill in all -100
values in the array
The array looks like this
[1, 0, 15, 25, 34, 1, 2]
We need to output a message saying that no gaps are found and return the original array in such a case