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

Progress Bars? #5

Open
ericbarefoot opened this issue May 13, 2020 · 1 comment
Open

Progress Bars? #5

ericbarefoot opened this issue May 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ericbarefoot
Copy link

ericbarefoot commented May 13, 2020

Some of the operations that we may end up doing on these data cubes could be quite time-consuming. Or, alternatively, the user could f* up and not know that the thing they requested was dumb.

Progress bars can be helpful for stuff like this, and I like them, in particular this package called tqdm. What's the vibe on incorporating something like tqdm into our package here, and allowing the user to turn them on or off, or maybe specify a verbosity level, like we do in pyDeltaRCM.

@ericbarefoot ericbarefoot added the enhancement New feature or request label May 13, 2020
@amoodie
Copy link
Contributor

amoodie commented May 13, 2020

Yeah, I'd be fine with a command line progress bar, no GUI junk though.

Maybe for now there is some way we can half-implement this as we write, so it becomes easier to implement down the line? Like always declaring nt and t in top-level loops or something?

That said, I haven't needed longer than a half second or so to compute the stratigraphy on any of the pyDeltaRCM cubes I've made (3000 x 6000 x 5000 cells). Maybe we can worry about this when it becomes a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants