Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Fix series length on binary series op series operations #42

Merged
merged 8 commits into from
Nov 4, 2019
Merged

Conversation

aknuds1
Copy link
Contributor

@aknuds1 aknuds1 commented Nov 4, 2019

Fix binary operations on series x series when they don't have corresponding time points, i.e. make sure the resulting series only has time points found in both inputs.

Fixes #38.

@aknuds1 aknuds1 changed the title Fix series length on binary series op series operations WIP: Fix series length on binary series op series operations Nov 4, 2019
binaryOp should really just take pointers, but that can be done later
kylebrandt
kylebrandt previously approved these changes Nov 4, 2019
Copy link
Contributor

@kylebrandt kylebrandt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need the PR for the SDK as we will want to merge that, and then this referencing master commt on sdk once that is merged. Other than that looks good to me :-) I tested a Panel that used to be showing the "datapoints out of range" due to this issue and that no longer happens.

@aknuds1 aknuds1 marked this pull request as ready for review November 4, 2019 15:13
@aknuds1 aknuds1 changed the title WIP: Fix series length on binary series op series operations Fix series length on binary series op series operations Nov 4, 2019
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
@aknuds1 aknuds1 merged commit 7d0af61 into master Nov 4, 2019
@aknuds1 aknuds1 deleted the bss branch November 4, 2019 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix series length on binary series op series operations
2 participants