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

Add a progress bar to the ResultsSetFromFile #617

Closed
drvinceknight opened this issue Jun 3, 2016 · 0 comments
Closed

Add a progress bar to the ResultsSetFromFile #617

drvinceknight opened this issue Jun 3, 2016 · 0 comments
Assignees

Comments

@drvinceknight
Copy link
Member

We have a progress bar for the actual play of the tournaments and for the analysis of the results (once the interactions have been read in to memory). This is good as it gives feedback (especially for very large tournaments when you might not know for sure that everything is actually running).

When redoing some of the plots for the paper, I read in the whole tournament data and was left with a long time with no user feedback: we don't have a progress bar for the reading of the data from file.

Have almost finished implementing a solution for this (one that includes the possibility of quickly reading the size of the data before actually reading it in). Just got to write a couple of tests and make sure it's all doing what it's supposed to do but here's a screenshot:

screenshot 2016-06-03 14 53 23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant