andymchugh / andrewbmchugh-flow-panel

Apache License 2.0
34 stars 2 forks source link

fix ts interpolation with one point #33

Closed andymchugh closed 5 months ago

andymchugh commented 5 months ago

The ts interpolation algo assumed at least two points so if only one was present it returned a lookup index of null. This fixes that so 1 point data series can be interpolated.