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

Send bacth updates to frequency, histogram, patterns and quality bar #170

Open
argenisleon opened this issue Nov 10, 2021 · 1 comment
Open
Assignees

Comments

@argenisleon
Copy link
Contributor

Sending batch updates will help us to give near real-time feedback to the user.

@argenisleon
Copy link
Contributor Author

@luis11011 This is a POC on generating random numbers for every incremental calculation.

mylist = list(range(0,100))
import random
random.shuffle(mylist)
print(mylist)
number_of_groups=10
chunks = len(mylist)/number_of_groups
for n in range(0,number_of_groups):
    print(mylist[n::number_of_groups]

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

2 participants