-
Notifications
You must be signed in to change notification settings - Fork 38
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
Move progressbar from get_iter #354
Closed
Comments
This was
linked to
pull requests
Nov 20, 2020
Merged
Merged
Sure, I kind of agree. Do you have any suggestions? |
JoranAngevaare
added a commit
to JoranAngevaare/strax
that referenced
this issue
Jan 25, 2021
JoranAngevaare
added a commit
that referenced
this issue
Jan 25, 2021
very small simplification of pbar, Fix #354
JoranAngevaare
added a commit
that referenced
this issue
Jan 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the progressbar (60 lines) makes
get_iter
a little convoluted:https://github.com/AxFoundation/strax/blob/master/strax/context.py#L928
Perhaps we should try to make it a little simpler/transparent. It should not have be such complicated part of the code. It may well go into it's own function.
I think it could be as easy as just a wrapper around the function that you otherwise replace by a dummy wrapper.
The text was updated successfully, but these errors were encountered: