Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ts interpolation with one point #33

Merged
merged 1 commit into from
May 5, 2024
Merged

fix ts interpolation with one point #33

merged 1 commit into from
May 5, 2024

Conversation

andymchugh
Copy link
Owner

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.

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.
@andymchugh andymchugh merged commit 78a68e4 into main May 5, 2024
1 of 2 checks passed
@andymchugh andymchugh deleted the onepoint branch May 5, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant