-
Notifications
You must be signed in to change notification settings - Fork 370
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] Issues with Sampling Start and Cap #431
Comments
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 10, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 28, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 28, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 29, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 29, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Nov 30, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Dec 1, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Dec 2, 2021
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Jan 31, 2022
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Feb 2, 2022
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
westernguy2
added a commit
to westernguy2/lux
that referenced
this issue
Mar 8, 2022
Signed-off-by: Kunal Agarwal <kagarwal2@berkeley.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
DataFrames that are of size slightly below the sampling cap will end up having a larger sample of the data than DataFrames that are slightly above the sampling cap. This shouldn't be happening, as the size of the sample of the DataFrame should grow with the size of the DataFrame.
To Reproduce
The description of the bug is a clear explanation to reproduce the bug.
Expected behavior
This is also described in the bug description above.
The text was updated successfully, but these errors were encountered: