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

Ranges with overlapping or touching endpoints could generate duplicate points. #199

Open
bitsofbits opened this issue May 28, 2019 · 0 comments
Assignees

Comments

@bitsofbits
Copy link
Contributor

bitsofbits commented May 28, 2019

If fishing ranges generated by inference have overlapping or just touching endpoints such as
(0, 1), (1, 2) the current annotation query could generate duplicate points at the end.

A solution is a two stage query where first the average value for all ranges is computed at all the
time points for each SSVID and then that is joined back to the original query.

@bitsofbits bitsofbits self-assigned this May 28, 2019
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

No branches or pull requests

1 participant