TimeSeries.read cannot handle gaps in the frames
The TimeSeries.read()
method will crash if there is a gap in the Cache
given to it. The TimeSeries.fetch()
method has a pad
keyword argument which can be used similarly to run over gaps in the cache in read()
.