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

Bug in indexes - using unavailable draws #2

Open
JeffMv opened this issue Aug 10, 2020 · 0 comments
Open

Bug in indexes - using unavailable draws #2

JeffMv opened this issue Aug 10, 2020 · 0 comments

Comments

@JeffMv
Copy link
Owner

JeffMv commented Aug 10, 2020

Some computations use a bad index for indexing current and past draws.
It uses the informations of the current draw (the one to coming at the current day id) to compute measurements for that day id.

What this issue does is that it shifts the correspondance.
Instead of having on day N (when draw results of day N are not out): the computation using data up to N-1.

It does instead the following (wrong way to do): on day N: the computation using data up to N

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