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

Hard to tell when it will finish #9

Open
kenogo opened this issue Nov 12, 2019 · 0 comments
Open

Hard to tell when it will finish #9

kenogo opened this issue Nov 12, 2019 · 0 comments

Comments

@kenogo
Copy link

kenogo commented Nov 12, 2019

  • Pycorrelate version: 0.3
  • Python version: 3.6.4
  • Operating System: Windows

Description

Correlation tends to be a time-consuming task, and it would be nice to have some kind of progress bar to get an estimate for how long it's going to take. This should be rather easy to implement, as we know the length of the arrays. I suggest adding it as a optional parameter to the functions, like

pcorrelate(..., progress=False)

This way, users don't get unexpected output in their terminal, but they can enable this useful feature if they want to. I'm willing to work on this.

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